MeshViewCountNV(3)
Description
MeshViewCountNVDecorating a variable with the
MeshViewCountNVbuilt-in decoration willmake that variable contain the number of views processed by the current meshor task shader invocations.
VUID-MeshViewCountNV-MeshViewCountNV-04287
TheMeshViewCountNVdecorationmust be used only within theMeshNVorTaskNVExecutionModelVUID-MeshViewCountNV-MeshViewCountNV-04288
The variable decorated withMeshViewCountNVmust be declared usingtheInputStorageClassVUID-MeshViewCountNV-MeshViewCountNV-04289
The variable decorated withMeshViewCountNVmust be declared as ascalar 32-bit integer value
Document Notes
For more information, see theVulkan Specification (NOTE: cannot determine Specification page containing this refpage).
This page is extracted from the Vulkan Specification.Fixes and changes should be made to the Specification, not directly.