D3D12DDI_RAYTRACING_GEOMETRY_AABBS_DESC_0054 structure (d3d12umddi.h)
Describes a ray tracing AABB (axis-aligned bounding box) geometry.
Syntax
typedef struct D3D12DDI_RAYTRACING_GEOMETRY_AABBS_DESC_0054 {
UINT64 AABBCount;
D3D12DDI_GPU_VIRTUAL_ADDRESS_AND_STRIDE AABBs;
} D3D12DDI_RAYTRACING_GEOMETRY_AABBS_DESC_0054;
Members
AABBCount
The number of AABBs pointed to in the contiguous array at AABBs.
AABBs
A D3D12DDI_GPU_VIRTUAL_ADDRESS_AND_STRIDE structure describing the GPU memory location where an array of AABB descriptions is to be found, including the data stride between AABBs. The address and stride must each be aligned to 4 bytes. The stride can be 0. The memory pointed to must be in resource state D3D12DDI_RESOURCE_STATE_NON_PIXEL_SHADER_RESOURCE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | d3d12umddi.h |