Structures
VkMicromapUsageEXT
Structure specifying the usage information used to build a micromap
The VkMicromapUsageEXT structure is defined as:
typedef struct VkMicromapUsageEXT {
uint32_t count;
uint32_t subdivisionLevel;
uint32_t format;
} VkMicromapUsageEXT;
pub struct MicromapUsageEXT {
count: u32,
subdivision_level: u32,
format: u32, // Interpretation depends on parent type
}
countis the number of triangles in the usage format defined by thesubdivisionLevelandformatbelow in the micromapsubdivisionLevelis the subdivision level of this usage formatformatis the format of this usage format
The format is interpreted based on the type of the micromap
using it.
Parent
VK_EXT_opacity_micromapType
Structures