Interfaz ID3D12GraphicsCommandList2 (d3d12.h)

Encapsula una lista de comandos gráficos para la representación, ampliando la interfaz para admitir la escritura de valores inmediatos directamente en un búfer.

Nota Esta interfaz se introdujo en el Windows 10 Fall Creators Update y, como tal, es la versión más reciente de la interfaz ID3D12GraphicsCommandList. Las aplicaciones destinadas al Windows 10 Fall Creators Update y versiones posteriores deben usar esta interfaz en lugar de ID3D12GraphicsCommandList1 o ID3D12GraphicsCommandList.
 

Herencia

La interfaz ID3D12GraphicsCommandList2 hereda de ID3D12GraphicsCommandList1. ID3D12GraphicsCommandList2 también tiene estos tipos de miembros:

Métodos

La interfaz ID3D12GraphicsCommandList2 tiene estos métodos.

 
ID3D12GraphicsCommandList2::WriteBufferImmediate

Escribe un número de valores inmediatos de 32 bits en las ubicaciones de búfer especificadas directamente desde el flujo de comandos. (ID3D12GraphicsCommandList2.WriteBufferImmediate)

Requisitos

Requisito Value
Plataforma de destino Windows
Encabezado d3d12.h

Consulte también

Interfaces principales

ID3D12GraphicsCommandList

ID3D12GraphicsCommandList1