Struct ash::vk::PipelineRenderingCreateInfo  
source · #[repr(C)]pub struct PipelineRenderingCreateInfo {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub view_mask: u32,
    pub color_attachment_count: u32,
    pub p_color_attachment_formats: *const Format,
    pub depth_attachment_format: Format,
    pub stencil_attachment_format: Format,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§view_mask: u32§color_attachment_count: u32§p_color_attachment_formats: *const Format§depth_attachment_format: Format§stencil_attachment_format: FormatImplementations§
source§impl PipelineRenderingCreateInfo
 
impl PipelineRenderingCreateInfo
pub fn builder<'a>() -> PipelineRenderingCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for PipelineRenderingCreateInfo
 
impl Clone for PipelineRenderingCreateInfo
source§fn clone(&self) -> PipelineRenderingCreateInfo
 
fn clone(&self) -> PipelineRenderingCreateInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more