Struct ash::vk::RenderPassFragmentDensityMapCreateInfoEXT  
source · #[repr(C)]pub struct RenderPassFragmentDensityMapCreateInfoEXT {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub fragment_density_map_attachment: AttachmentReference,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§fragment_density_map_attachment: AttachmentReferenceImplementations§
Trait Implementations§
source§impl Clone for RenderPassFragmentDensityMapCreateInfoEXT
 
impl Clone for RenderPassFragmentDensityMapCreateInfoEXT
source§fn clone(&self) -> RenderPassFragmentDensityMapCreateInfoEXT
 
fn clone(&self) -> RenderPassFragmentDensityMapCreateInfoEXT
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