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;
VK_BUILD_MICROMAP_MODE_BUILD_EXT
specifies that the destination micromap will be built using the specified data.