ID3D12CommandQueue::GetDesc method

Gets the description of the command queue.

Syntax


D3D12_COMMAND_QUEUE_DESC GetDesc();

Parameters

This method has no parameters.

Return value

Type: D3D12_COMMAND_QUEUE_DESC

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

Requirements

Header

D3d12.h

Library

D3d12.lib

DLL

D3d12.dll

See also

ID3D12CommandQueue

 

 

Show: