Function rps_sys::rpsRenderGraphExecute
source · pub unsafe extern "C" fn rpsRenderGraphExecute(
hRenderGraph: RpsRenderGraph,
pExecuteInfo: *const RpsRenderGraphExecuteInfo
) -> RpsResultExpand description
Executes a render graph.
@param hRenderGraph Handle to the render graph. Must not be RPS_NULL_HANDLE. @param pExecuteInfo Pointer to render graph execution parameters. Must not be NULL.
@returns Result code of the operation. See RpsResult for more info.