Type Definition rps_sys::PFN_rpsRenderGraphBuild
source · pub type PFN_rpsRenderGraphBuild = Option<unsafe extern "C" fn(hBuilder: RpsRenderGraphBuilder, pArgs: *const RpsConstant, numArgs: u32) -> RpsResult>;Expand description
@brief Signature of functions for render graph building.
@param hBuilder Handle to the render graph builder to use.
@param pArgs Pointer to an array of
@returns Result code of the operation. See