From 370033faaee73ba4146420e027d9614600807559 Mon Sep 17 00:00:00 2001 From: Pankaj Mistry Date: Tue, 24 Dec 2024 11:39:16 -0800 Subject: [PATCH] Fix the CullPrimitiveEXT VUID's - 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 --- chapters/interfaces.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chapters/interfaces.adoc b/chapters/interfaces.adoc index 120ba5fba..630a4ab8c 100644 --- a/chapters/interfaces.adoc +++ b/chapters/interfaces.adoc @@ -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