Type Definition rps_sys::PFN_rpsRenderGraphPhaseDestroy
source · pub type PFN_rpsRenderGraphPhaseDestroy = Option<unsafe extern "C" fn(phase: RpsRenderGraphPhase) -> RpsResult>;Expand description
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.