Struct rps_sys::RpsRenderGraphExecuteInfo
source · #[repr(C)]pub struct RpsRenderGraphExecuteInfo {
pub pUserContext: *mut c_void,
pub pfnAcquireRuntimeCmdBufCb: PFN_rpsAcquireRuntimeCommandBuffer,
pub pfnSubmitRuntimeCmdBufCb: PFN_rpsSubmitRuntimeCommandBuffer,
}Expand description
Parameters for executing a render graph.
Fields§
§pUserContext: *mut c_voidPointer to a user defined context to be passed
pfnAcquireRuntimeCmdBufCb: PFN_rpsAcquireRuntimeCommandBufferPointer to a function to acquire command
pfnSubmitRuntimeCmdBufCb: PFN_rpsSubmitRuntimeCommandBufferPointer to a function to submit command
Trait Implementations§
source§impl Clone for RpsRenderGraphExecuteInfo
impl Clone for RpsRenderGraphExecuteInfo
source§fn clone(&self) -> RpsRenderGraphExecuteInfo
fn clone(&self) -> RpsRenderGraphExecuteInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more