#[repr(C)]pub struct RenderPassFragmentDensityMapCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub fragment_density_map_attachment: AttachmentReference,
}Expand description
VkRenderPassFragmentDensityMapCreateInfoEXT
Provided by VK_EXT_fragment_density_map.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_CREATE_INFO_EXT.
p_next: *const c_voidOptional, may be null.
fragment_density_map_attachment: AttachmentReferenceImplementations§
Source§impl RenderPassFragmentDensityMapCreateInfoEXT
impl RenderPassFragmentDensityMapCreateInfoEXT
Sourcepub fn builder<'a>() -> RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a>
pub fn builder<'a>() -> RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for RenderPassFragmentDensityMapCreateInfoEXT
impl Clone for RenderPassFragmentDensityMapCreateInfoEXT
Source§fn clone(&self) -> RenderPassFragmentDensityMapCreateInfoEXT
fn clone(&self) -> RenderPassFragmentDensityMapCreateInfoEXT
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 RenderPassFragmentDensityMapCreateInfoEXT
impl ExtendsRenderPassCreateInfo for RenderPassFragmentDensityMapCreateInfoEXT
impl ExtendsRenderPassCreateInfo2 for RenderPassFragmentDensityMapCreateInfoEXT
Auto Trait Implementations§
impl Freeze for RenderPassFragmentDensityMapCreateInfoEXT
impl RefUnwindSafe for RenderPassFragmentDensityMapCreateInfoEXT
impl !Send for RenderPassFragmentDensityMapCreateInfoEXT
impl !Sync for RenderPassFragmentDensityMapCreateInfoEXT
impl Unpin for RenderPassFragmentDensityMapCreateInfoEXT
impl UnsafeUnpin for RenderPassFragmentDensityMapCreateInfoEXT
impl UnwindSafe for RenderPassFragmentDensityMapCreateInfoEXT
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