Struct ash::vk::CommandBufferInheritanceInfo [−][src]
#[repr(C)]pub struct CommandBufferInheritanceInfo { pub s_type: StructureType, pub p_next: *const c_void, pub render_pass: RenderPass, pub subpass: u32, pub framebuffer: Framebuffer, pub occlusion_query_enable: Bool32, pub query_flags: QueryControlFlags, pub pipeline_statistics: QueryPipelineStatisticFlags, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidrender_pass: RenderPasssubpass: u32framebuffer: Framebufferocclusion_query_enable: Bool32query_flags: QueryControlFlagspipeline_statistics: QueryPipelineStatisticFlagsImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for CommandBufferInheritanceInfo
impl !Sync for CommandBufferInheritanceInfo
impl Unpin for CommandBufferInheritanceInfo
impl UnwindSafe for CommandBufferInheritanceInfo
Blanket Implementations
Mutably borrows from an owned value. Read more