D3D12DDI_CPU_DESCRIPTOR_HANDLE - NtDoc

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

typedef struct D3D12DDI_CPU_DESCRIPTOR_HANDLE {
  SIZE_T ptr;
} D3D12DDI_CPU_DESCRIPTOR_HANDLE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_cpu_descriptor_handle)

D3D12DDI_CPU_DESCRIPTOR_HANDLE structure

Description

The D3D12DDI_CPU_DESCRIPTOR_HANDLE structure describes a CPU descriptor handle.

Members

ptr

The address of the descriptor.