pub type CommandBufferInheritanceRenderingInfoKHR = CommandBufferInheritanceRenderingInfo;
Expand description

Aliased Type§

struct CommandBufferInheritanceRenderingInfoKHR {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub flags: RenderingFlags,
    pub view_mask: u32,
    pub color_attachment_count: u32,
    pub color_attachment_formats: *const Format,
    pub depth_attachment_format: Format,
    pub stencil_attachment_format: Format,
    pub rasterization_samples: SampleCountFlags,
}

Fields§

§s_type: StructureType§next: *const c_void§flags: RenderingFlags§view_mask: u32§color_attachment_count: u32§color_attachment_formats: *const Format§depth_attachment_format: Format§stencil_attachment_format: Format§rasterization_samples: SampleCountFlags