#[repr(C)]pub struct PhysicalDeviceSampleLocationsPropertiesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub sample_location_sample_counts: SampleCountFlags,
pub max_sample_location_grid_size: Extent2D,
pub sample_location_coordinate_range: [f32; 2],
pub sample_location_sub_pixel_bits: u32,
pub variable_sample_locations: Bool32,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidsample_location_sample_counts: SampleCountFlagsmax_sample_location_grid_size: Extent2Dsample_location_coordinate_range: [f32; 2]sample_location_sub_pixel_bits: u32variable_sample_locations: Bool32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more