#[repr(C)]pub struct PipelineRenderingCreateInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
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,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidview_mask: u32color_attachment_count: u32color_attachment_formats: *const Formatdepth_attachment_format: Formatstencil_attachment_format: FormatTrait 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 PipelineRenderingCreateInfoKHR
impl !Sync for PipelineRenderingCreateInfoKHR
impl Unpin for PipelineRenderingCreateInfoKHR
impl UnwindSafe for PipelineRenderingCreateInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more