pub unsafe extern "C" fn rpsRenderGraphGetBatchLayout(
    hRenderGraph: RpsRenderGraph,
    pBatchLayout: *mut RpsRenderGraphBatchLayout
) -> RpsResult
Expand description

Gets the command batch layout of a render graph.

@param hRenderGraph Handle to the render graph. Must not be RPS_NULL_HANDLE. @param pBatchLayout Pointer to return the batch layout in. Must not be NULL.

@returns Result code of the operation. See RpsResult for more info.