Struct screen_13::prelude::vk::ConditionalRenderingBeginInfoEXT
source · pub struct ConditionalRenderingBeginInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub buffer: Buffer,
pub offset: u64,
pub flags: ConditionalRenderingFlagsEXT,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§buffer: Buffer§offset: u64§flags: ConditionalRenderingFlagsEXTImplementations§
source§impl ConditionalRenderingBeginInfoEXT
impl ConditionalRenderingBeginInfoEXT
pub fn builder<'a>() -> ConditionalRenderingBeginInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ConditionalRenderingBeginInfoEXT
impl Clone for ConditionalRenderingBeginInfoEXT
source§fn clone(&self) -> ConditionalRenderingBeginInfoEXT
fn clone(&self) -> ConditionalRenderingBeginInfoEXT
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 Default for ConditionalRenderingBeginInfoEXT
impl Default for ConditionalRenderingBeginInfoEXT
source§fn default() -> ConditionalRenderingBeginInfoEXT
fn default() -> ConditionalRenderingBeginInfoEXT
Returns the “default value” for a type. Read more