Struct ash::vk::AttachmentSampleLocationsEXT [−][src]
#[repr(C)]pub struct AttachmentSampleLocationsEXT { pub attachment_index: u32, pub sample_locations_info: SampleLocationsInfoEXT, }
Expand description
Fields
attachment_index: u32
sample_locations_info: SampleLocationsInfoEXT
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for AttachmentSampleLocationsEXT
impl !Sync for AttachmentSampleLocationsEXT
impl Unpin for AttachmentSampleLocationsEXT
impl UnwindSafe for AttachmentSampleLocationsEXT
Blanket Implementations
Mutably borrows from an owned value. Read more