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 moresource§impl Default for RenderPassFragmentDensityMapCreateInfoEXT
impl Default for RenderPassFragmentDensityMapCreateInfoEXT
source§fn default() -> RenderPassFragmentDensityMapCreateInfoEXT
fn default() -> RenderPassFragmentDensityMapCreateInfoEXT
Returns the “default value” for a type. Read more