#[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
VkRenderingFragmentDensityMapAttachmentInfoEXT
Provided by VK_EXT_fragment_density_map.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_INFO_EXT.
p_next: *const c_voidOptional, may be null.
image_view: ImageView§image_layout: ImageLayoutImplementations§
Source§impl RenderingFragmentDensityMapAttachmentInfoEXT
impl RenderingFragmentDensityMapAttachmentInfoEXT
Sourcepub fn builder<'a>() -> RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a>
pub fn builder<'a>() -> RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for RenderingFragmentDensityMapAttachmentInfoEXT
impl Clone for RenderingFragmentDensityMapAttachmentInfoEXT
Source§fn clone(&self) -> RenderingFragmentDensityMapAttachmentInfoEXT
fn clone(&self) -> RenderingFragmentDensityMapAttachmentInfoEXT
Returns a duplicate 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 moreimpl Copy for RenderingFragmentDensityMapAttachmentInfoEXT
impl ExtendsRenderingInfo for RenderingFragmentDensityMapAttachmentInfoEXT
Auto Trait Implementations§
impl Freeze for RenderingFragmentDensityMapAttachmentInfoEXT
impl RefUnwindSafe for RenderingFragmentDensityMapAttachmentInfoEXT
impl !Send for RenderingFragmentDensityMapAttachmentInfoEXT
impl !Sync for RenderingFragmentDensityMapAttachmentInfoEXT
impl Unpin for RenderingFragmentDensityMapAttachmentInfoEXT
impl UnsafeUnpin for RenderingFragmentDensityMapAttachmentInfoEXT
impl UnwindSafe for RenderingFragmentDensityMapAttachmentInfoEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more