// d3d12umddi.h
typedef struct D3D12DDI_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_TOOLS_VISUALIZATION_HEADER_0054 {
D3D12DDI_RAYTRACING_ACCELERATION_STRUCTURE_TYPE Type;
UINT NumDescs;
} D3D12DDI_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_TOOLS_VISUALIZATION_HEADER_0054;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the GPU memory layout of an acceleration structure visualization.
TypeA D3D12DDI_RAYTRACING_ACCELERATION_STRUCTURE_TYPE enumeration.
NumDescsThe number of either D3D12DDI_RAYTRACING_INSTANCE_DESC_0054 InstanceDescs[NumDescs] or D3D12DDI_RAYTRACING_GEOMETRY_DESC_0054 GeometryDescs[NumDescs], depending on the value of Type.