pub type PFN_rpsRenderGraphPhaseDestroy = Option<unsafe extern "C" fn(phase: RpsRenderGraphPhase) -> RpsResult>;
Expand description

@brief Signature of functions for destroying a render graph phase object.

@param phase Handle to the render graph phase object.

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