pub unsafe extern "C" fn rpsRenderGraphGetMainEntry(
    hRenderGraph: RpsRenderGraph
) -> RpsSubprogram
Expand description

Gets the main entry of a render graph.

@param hRenderGraph Handle to the render graph. Must not be RPS_NULL_HANDLE.

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