Type Definition rps_sys::PFN_rpsAcquireRuntimeCommandBuffer
source · pub type PFN_rpsAcquireRuntimeCommandBuffer = Option<unsafe extern "C" fn(pUserContext: *mut c_void, queueIndex: u32, numCmdBuffers: u32, pCmdBuffers: *mut RpsRuntimeCommandBuffer, pCmdBufferIdentifiers: *mut u32) -> RpsResult>;Expand description
@brief Signature of functions for acquiring command buffers in a simplified execution mode.
Reserved for future use.