// d3d12umddi.h
typedef struct D3D12DDI_CPU_DESCRIPTOR_HANDLE {
SIZE_T ptr;
} D3D12DDI_CPU_DESCRIPTOR_HANDLE;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D12DDI_CPU_DESCRIPTOR_HANDLE structure describes a CPU descriptor handle.
ptrThe address of the descriptor.