pub struct VkRenderPassFragmentDensityMapCreateInfo {
pub fragment_density_map_attachment: VkAttachmentReference,
}
Expand description
Wrapper for VkRenderPassFragmentDensityMapCreateInfoEXT.
Fields§
§fragment_density_map_attachment: VkAttachmentReference
Trait Implementations§
Source§impl Clone for VkRenderPassFragmentDensityMapCreateInfo
impl Clone for VkRenderPassFragmentDensityMapCreateInfo
Source§fn clone(&self) -> VkRenderPassFragmentDensityMapCreateInfo
fn clone(&self) -> VkRenderPassFragmentDensityMapCreateInfo
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 VkRenderPassFragmentDensityMapCreateInfo
impl Default for VkRenderPassFragmentDensityMapCreateInfo
Source§fn default() -> VkRenderPassFragmentDensityMapCreateInfo
fn default() -> VkRenderPassFragmentDensityMapCreateInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkRenderPassFragmentDensityMapCreateInfo
impl RefUnwindSafe for VkRenderPassFragmentDensityMapCreateInfo
impl Send for VkRenderPassFragmentDensityMapCreateInfo
impl Sync for VkRenderPassFragmentDensityMapCreateInfo
impl Unpin for VkRenderPassFragmentDensityMapCreateInfo
impl UnwindSafe for VkRenderPassFragmentDensityMapCreateInfo
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