estructura de D3D12_CPU_DESCRIPTOR_HANDLE (d3d12.h)

Describe un identificador de descriptor de CPU.

Sintaxis

typedef struct D3D12_CPU_DESCRIPTOR_HANDLE {
  SIZE_T ptr;
} D3D12_CPU_DESCRIPTOR_HANDLE;

Miembros

ptr

Dirección del descriptor.

Comentarios

Estos métodos devuelven esta estructura:

Esta estructura se pasa a los métodos siguientes:

Para obtener el tamaño del incremento de identificador, use ID3D12Device.GetDescriptorHandleIncrementSize

Requisitos

   
Encabezado d3d12.h

Consulte también

CD3DX12_CPU_DESCRIPTOR_HANDLEID3D12Device.GetDescriptorHandleIncrementSize

Estructuras principales