pub unsafe extern "C" fn rpsRenderGraphUpdate(
    hRenderGraph: RpsRenderGraph,
    pUpdateInfo: *const RpsRenderGraphUpdateInfo
) -> RpsResult
Expand description

Updates a render graph.

@param hRenderGraph Handle to the render graph to update. Must not be RPS_NULL_HANDLE. @param pUpdateInfo Pointer to update parameters. Must not be NULL.

@returns RpsResult indicating potential errors during the execution. See RpsResult for more info.