#[repr(C)]pub struct RenderingFragmentDensityMapAttachmentInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image_view: ImageView,
pub image_layout: ImageLayout,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§image_view: ImageView
§image_layout: ImageLayout
Implementations§
Trait Implementations§
source§impl Clone for RenderingFragmentDensityMapAttachmentInfoEXT
impl Clone for RenderingFragmentDensityMapAttachmentInfoEXT
source§fn clone(&self) -> RenderingFragmentDensityMapAttachmentInfoEXT
fn clone(&self) -> RenderingFragmentDensityMapAttachmentInfoEXT
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