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

D3d12.h

Library

D3d12.lib

DLL

D3d12.dll

See also

ID3D12CommandList

 

 

Show: