Skip to content

Commit

Permalink
Fix the CullPrimitiveEXT VUID's
Browse files Browse the repository at this point in the history
- Remove VUID 07037 that wrongly was needing the builtin to be of type array
- Updated the VUID 7036 to make the type a boolean value
  • Loading branch information
pmistryNV committed Jan 7, 2025
1 parent b04fc6a commit 370033f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions chapters/interfaces.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2250,10 +2250,7 @@ culled, if it is code:false it will not be culled.
using the code:Output {StorageClass}
* [[VUID-{refpage}-CullPrimitiveEXT-07036]]
The variable decorated with code:CullPrimitiveEXT must: be declared as
an array of boolean values
* [[VUID-{refpage}-CullPrimitiveEXT-07037]]
The size of the array decorated with code:CullPrimitiveEXT must: match
the value specified by code:OutputPrimitivesEXT
a boolean value.
* [[VUID-{refpage}-CullPrimitiveEXT-07038]]
The variable decorated with code:CullPrimitiveEXT within the
code:MeshEXT {ExecutionModel} must: also be decorated with the
Expand Down

0 comments on commit 370033f

Please sign in to comment.