Struct ash::vk::SampleLocationsInfoEXT [−][src]
#[repr(C)]pub struct SampleLocationsInfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub sample_locations_per_pixel: SampleCountFlags, pub sample_location_grid_size: Extent2D, pub sample_locations_count: u32, pub p_sample_locations: *const SampleLocationEXT, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
sample_locations_per_pixel: SampleCountFlags
sample_location_grid_size: Extent2D
sample_locations_count: u32
p_sample_locations: *const SampleLocationEXT
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SampleLocationsInfoEXT
impl !Send for SampleLocationsInfoEXT
impl !Sync for SampleLocationsInfoEXT
impl Unpin for SampleLocationsInfoEXT
impl UnwindSafe for SampleLocationsInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more