Function rps_sys::rpsRenderGraphGetMainEntry
source · pub unsafe extern "C" fn rpsRenderGraphGetMainEntry(
hRenderGraph: RpsRenderGraph
) -> RpsSubprogramExpand 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.