VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV(3)
Name
VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV - Parameters describing build operation for a bottom level cluster acceleration structure
C Specification
The VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV structure is defined as:
// Provided by VK_NV_cluster_acceleration_structure
typedef struct VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV {
uint32_t clusterReferencesCount;
uint32_t clusterReferencesStride;
VkDeviceAddress clusterReferences;
} VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV;
Members
-
clusterReferencesCountis the number of clusters this bottom level acceleration structure will be built from. -
clusterReferencesStrideis the stride inclusterReferences. -
clusterReferencesis the device memory containing the address of the clusters.
See Also
VK_NV_cluster_acceleration_structure, VkDeviceAddress
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.