ID3D12CommandQueue::KickoffX Method

Submits queued graphics or compute command list segments to the GPU for processing.

Syntax

public:
void KickoffX(
         ID3D12CommandQueue* pQueue)

Parameters

pQueue   Type: ID3D12CommandQueue*

  [in, out] A pointer to the ID3D12CommandQueue interface that represents the object to submit.

Return value

Type: void

Returns nothing.

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.

See also

Reference

ID3D12CommandQueue Interface

ID3D12CommandQueue Members