Interfaccia ID3D12GraphicsCommandList2 (d3d12.h)

Incapsula un elenco di comandi grafici per il rendering, estendendo l'interfaccia per supportare la scrittura di valori immediati direttamente in un buffer.

Nota Questa interfaccia è stata introdotta nella Windows 10 Fall Creators Update e, di conseguenza, è la versione più recente dell'interfaccia ID3D12GraphicsCommandList. Le applicazioni destinate alla Windows 10 Fall Creators Update e versioni successive devono usare questa interfaccia anziché ID3D12GraphicsCommandList1 o ID3D12GraphicsCommandList.
 

Ereditarietà

L'interfaccia ID3D12GraphicsCommandList2 eredita da ID3D12GraphicsCommandList1. ID3D12GraphicsCommandList2 include anche questi tipi di membri:

Metodi

L'interfaccia ID3D12GraphicsCommandList2 include questi metodi.

 
ID3D12GraphicsCommandList2::WriteBufferImmediate

Scrive un numero di valori immediati a 32 bit nei percorsi del buffer specificati direttamente dal flusso di comando. (ID3D12GraphicsCommandList2.WriteBufferImmediate)

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione d3d12.h

Vedi anche

Interfacce di base

ID3D12GraphicsCommandList

ID3D12GraphicsCommandList1