ID3D12CommandQueue::GetDesc method (d3d12.h)

Gets the description of the command queue.

Syntax

D3D12_COMMAND_QUEUE_DESC GetDesc();

Return value

Type: D3D12_COMMAND_QUEUE_DESC

The description of the command queue, as a D3D12_COMMAND_QUEUE_DESC structure.

Requirements

Requirement Value
Target Platform Windows
Header d3d12.h
Library D3d12.lib
DLL D3d12.dll

See also

ID3D12CommandQueue