// d3d12umddi.h
typedef struct D3D12DDI_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_DESC_0054 {
D3D12DDI_GPU_VIRTUAL_ADDRESS DestBuffer;
D3D12DDI_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_TYPE InfoType;
} D3D12DDI_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_DESC_0054;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the ray tracing acceleration structure space requirements.
DestBufferA D3D12DDI_GPU_VIRTUAL_ADDRESS that represents the destination buffer.
InfoTypeA D3D12DDI_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO_TYPE enumeration value that represents the space requirements for a ray tracing acceleration structure.