#[repr(C)]pub struct PhysicalDeviceSampleLocationsPropertiesEXT {
pub s_type: StructureType,
pub p_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: StructureType
§p_next: *mut c_void
§sample_location_sample_counts: SampleCountFlags
§max_sample_location_grid_size: Extent2D
§sample_location_coordinate_range: [f32; 2]
§sample_location_sub_pixel_bits: u32
§variable_sample_locations: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceSampleLocationsPropertiesEXT
impl Clone for PhysicalDeviceSampleLocationsPropertiesEXT
source§fn clone(&self) -> PhysicalDeviceSampleLocationsPropertiesEXT
fn clone(&self) -> PhysicalDeviceSampleLocationsPropertiesEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more