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 moresource§impl Debug for RpsCmdRenderPassBeginInfo
impl Debug for RpsCmdRenderPassBeginInfo
source§impl Default for RpsCmdRenderPassBeginInfo
impl Default for RpsCmdRenderPassBeginInfo
source§fn default() -> RpsCmdRenderPassBeginInfo
fn default() -> RpsCmdRenderPassBeginInfo
Returns the “default value” for a type. Read more