Function rps_sys::rpsRenderGraphGetBatchLayout
source · pub unsafe extern "C" fn rpsRenderGraphGetBatchLayout(
hRenderGraph: RpsRenderGraph,
pBatchLayout: *mut RpsRenderGraphBatchLayout
) -> RpsResultExpand 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.