C Specification
The VkMicromapUsageKHR structure is defined as:
// Provided by VK_KHR_opacity_micromap
typedef struct VkMicromapUsageKHR {
uint32_t count;
uint32_t subdivisionLevel;
VkOpacityMicromapFormatKHR format;
} VkMicromapUsageKHR;
Members
-
countis the number of triangles in the usage format defined by thesubdivisionLevelandformatbelow in the micromap -
subdivisionLevelis the subdivision level of this usage format -
formatis the format of this usage format
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.