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