rrGetCommandStreamFromD3D12CommandList

Obtains command stream from D3D12 graphics command list.

RRError rrGetCommandStreamFromD3D12CommandList(

RRContext context,

ID3D12GraphicsCommandList* command_list,

RRCommandStream* command_stream);

Applies to

DirectX

Parameters

Parameter

Input/Output

Description

context

input

RR API context.

command_list

input

3D12 command list.

command_stream

output

Command stream.

Return

Returns an error in case of a failure, or RR_Success otherwise.