Enum

VkAccelerationStructureSerializedBlockTypeKHR

Enum for block types in a serialized acceleration structure

The VkAccelerationStructureSerializedBlockTypeKHR enumeration is defined as:

typedef enum VkAccelerationStructureSerializedBlockTypeKHR {
    VK_ACCELERATION_STRUCTURE_SERIALIZED_BLOCK_TYPE_OPACITY_MICROMAP_KHR = 0,
} VkAccelerationStructureSerializedBlockTypeKHR;
  • VK_ACCELERATION_STRUCTURE_SERIALIZED_BLOCK_TYPE_OPACITY_MICROMAP_KHR specifies that the block contains opacity micromaps.