Enum
VkClusterAccelerationStructureClusterFlagBitsNV
Bitmask specifying cluster acceleration structure flags
Bits which can be set in
VkClusterAccelerationStructureBuildTriangleClusterInfoNV::clusterFlags,
specifying flags for clusters in an acceleration structure, are:
typedef enum VkClusterAccelerationStructureClusterFlagBitsNV {
VK_CLUSTER_ACCELERATION_STRUCTURE_CLUSTER_ALLOW_DISABLE_OPACITY_MICROMAPS_NV = 0x00000001,
} VkClusterAccelerationStructureClusterFlagBitsNV;
pub struct ClusterAccelerationStructureClusterFlagBitsNV(u32);
impl ClusterAccelerationStructureClusterFlagBitsNV {
pub const ALLOW_DISABLE_OPACITY_MICROMAPS: Self = 0x00000001;
}
VK_CLUSTER_ACCELERATION_STRUCTURE_CLUSTER_ALLOW_DISABLE_OPACITY_MICROMAPS_NVspecifies that the specified cluster acceleration structure may be referenced in an instance withVK_GEOMETRY_INSTANCE_DISABLE_OPACITY_MICROMAPS_BIT_EXTset.
Type
Enum