rrSubmitCommandStream

Submits command stream.

RRError rrSumbitCommandStream(

RRContext context,

RRCommandStream command_stream,

RREvent wait_event,

RREvent* out_event);

Applies to

All supported backends

Parameters

Parameter

Input/Output

Description

context

input

RR API context.

command_stream

input

Command stream to execute.

wait_event

input

Event to wait for.

out_event

output

Event for this submission.

Return

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