FragSizeEXT(3)
Description
FragSizeEXT-
Decorating a variable with the
FragSizeEXTbuilt-in decoration will make that variable contain the dimensions in pixels of the area that the fragment covers for that invocation.When used in a custom resolve operation and the
customResolvefeature is enabled, the dimensions in pixels returned may be (1,1) if the fragment area was reduced.If fragment density map is not enabled,
FragSizeEXTwill be filled with a value of (1,1).
Document Notes
For more information, see the Vulkan 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.