ID3D12CommandList::GetType method
Gets the type of the command list, such as direct, bundle, compute, or copy.
Syntax
D3D12_COMMAND_LIST_TYPE GetType();
Parameters
This method has no parameters.
Return value
Type: D3D12_COMMAND_LIST_TYPE
This method returns the type of the command list, as a D3D12_COMMAND_LIST_TYPE enumeration constant, such as direct, bundle, compute, or copy.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also
Show: