pub type PFN_rpsSubmitRuntimeCommandBuffer = Option<unsafe extern "C" fn(pUserContext: *mut c_void, queueIndex: u32, pRuntimeCmdBufs: *const RpsRuntimeCommandBuffer, numRuntimeCmdBufs: u32, waitId: u32, signalId: u32) -> RpsResult>;
Expand description

@brief Signature of functions for submitting command buffers in a simplified execution mode.

Reserved for future use.