Enum
VkBuildMicromapModeEXT
Enum specifying the type of build operation to perform
The VkBuildMicromapModeEXT enumeration is defined as:
typedef enum VkBuildMicromapModeEXT {
VK_BUILD_MICROMAP_MODE_BUILD_EXT = 0,
} VkBuildMicromapModeEXT;
pub struct BuildMicromapModeEXT(u32);
impl BuildMicromapModeEXT {
pub const BUILD: Self = 0;
}
VK_BUILD_MICROMAP_MODE_BUILD_EXTspecifies that the destination micromap will be built using the specified data.
Parent
VK_EXT_opacity_micromapType
Enum