D3D12DDI_SERIALIZED_DATA_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef enum D3D12DDI_SERIALIZED_DATA_TYPE {
  D3D12DDI_SERIALIZED_DATA_RAYTRACING_ACCELERATION_STRUCTURE
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_serialized_data_type)

D3D12DDI_SERIALIZED_DATA_TYPE enumeration

Description

Specifies the type of serialized data.

Constants

D3D12DDI_SERIALIZED_DATA_RAYTRACING_ACCELERATION_STRUCTURE

A ray tracing acceleration structure whose data has been serialized.

Remarks

See also