Struct rps_sys::RpsCmdRenderPassBeginInfo
source · #[repr(C)]pub struct RpsCmdRenderPassBeginInfo {
pub flags: RpsRuntimeRenderPassFlags,
}Expand description
Parameters for explicitly beginning a render pass from a command callback.
Intended for controlling RenderPass suspend / resume & secondary command buffer behaviors.
Fields§
§flags: RpsRuntimeRenderPassFlagsFlags for render pass properties.
Trait Implementations§
source§impl Clone for RpsCmdRenderPassBeginInfo
impl Clone for RpsCmdRenderPassBeginInfo
source§fn clone(&self) -> RpsCmdRenderPassBeginInfo
fn clone(&self) -> RpsCmdRenderPassBeginInfo
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