pub unsafe extern "C" fn rpsRenderGraphExecute(
    hRenderGraph: RpsRenderGraph,
    pExecuteInfo: *const RpsRenderGraphExecuteInfo
) -> RpsResult
Expand 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.