Struct vk_sys::CommandBufferInheritanceInfo [] [src]

#[repr(C)]
pub struct CommandBufferInheritanceInfo { pub sType: StructureType, pub pNext: *const c_void, pub renderPass: RenderPass, pub subpass: u32, pub framebuffer: Framebuffer, pub occlusionQueryEnable: Bool32, pub queryFlags: QueryControlFlags, pub pipelineStatistics: QueryPipelineStatisticFlags, }

Fields