Struct ash::vk::ConditionalRenderingBeginInfoEXT [−][src]
#[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: ConditionalRenderingFlagsEXT
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for ConditionalRenderingBeginInfoEXT
impl !Sync for ConditionalRenderingBeginInfoEXT
impl Unpin for ConditionalRenderingBeginInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more