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: StructureTypep_next: *const c_voidsample_locations_per_pixel: SampleCountFlagssample_location_grid_size: Extent2Dsample_locations_count: u32p_sample_locations: *const SampleLocationEXTImplementations
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