rrReleaseExternalCommandStream
Releases command stream obtained via rrGetCommandStreamFrom*BackendCmdBuffer*
.
RRError rrReleaseExternalCommandStream( |
RRContext context, |
RRCommandStream command_stream); |
Applies to
DirectX 12, Vulkan, Metal
Parameters
Parameter |
Input/Output |
Description |
---|---|---|
context |
input |
RR API context. |
command_stream |
input |
Command stream to release. |
Return
Returns an error in case of a failure, or RR_Success otherwise.