#[repr(C)]pub struct CommandBufferInheritanceRenderingInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: RenderingFlagsKHR,
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,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: RenderingFlagsKHRview_mask: u32color_attachment_count: u32color_attachment_formats: *const Formatdepth_attachment_format: Formatstencil_attachment_format: Formatrasterization_samples: SampleCountFlagsTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for CommandBufferInheritanceRenderingInfoKHR
impl !Sync for CommandBufferInheritanceRenderingInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more