ID3D12CommandList::GetType-Methode (d3d12.h)

Ruft den Typ der Befehlsliste ab, z. B. direct, bundle, compute oder copy.

Syntax

D3D12_COMMAND_LIST_TYPE GetType();

Rückgabewert

Typ: D3D12_COMMAND_LIST_TYPE

Diese Methode gibt den Typ der Befehlsliste als D3D12_COMMAND_LIST_TYPE Enumerationskonstante zurück, z. B. direct, bundle, compute oder copy.

Anforderungen

Anforderung Wert
Zielplattform Windows
Kopfzeile d3d12.h
Bibliothek D3d12.lib
DLL D3d12.dll

Weitere Informationen

ID3D12CommandList