FragInvocationCountEXT(3)
Description
FragInvocationCountEXTDecorating a variable with the
FragInvocationCountEXTbuilt-indecoration will make that variable contain the maximum number of fragmentshader invocations for the fragment, as determined byminSampleShading.IfSample Shading is not enabled,
FragInvocationCountEXTwill be filled with a value of 1.
VUID-FragInvocationCountEXT-FragInvocationCountEXT-04217
TheFragInvocationCountEXTdecorationmust be used only within theFragmentExecutionModelVUID-FragInvocationCountEXT-FragInvocationCountEXT-04218
The variable decorated withFragInvocationCountEXTmust bedeclared using theInputStorageClassVUID-FragInvocationCountEXT-FragInvocationCountEXT-04219
The variable decorated withFragInvocationCountEXTmust bedeclared as a scalar 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.