rrAllocateCommandStream
Allocates command stream.
RRError rrAllocateCommandStream( |
RRContext context, |
RRCommandStream* command_stream); |
Applies to
All supported backends
Parameters
Parameter |
Input/Output |
Description |
---|---|---|
context |
input |
RR API context. |
command_stream |
output |
Resulting command stream. |
Return
Returns an error in case of a failure, or RR_Success otherwise.