Struct ash::vk::ConditionalRenderingBeginInfoEXT
source · #[repr(C)]pub struct ConditionalRenderingBeginInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub buffer: Buffer,
pub offset: DeviceSize,
pub flags: ConditionalRenderingFlagsEXT,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§buffer: Buffer§offset: DeviceSize§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 more