Struct ash::vk::RenderPassFragmentDensityMapCreateInfoEXT [−][src]
#[repr(C)]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: AttachmentReference
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more