#[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: u32,
}Expand description
Fields
s_type: StructureTypep_next: *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: u32Implementations
Trait Implementations
sourceimpl Clone for PhysicalDeviceSampleLocationsPropertiesEXT
impl Clone for PhysicalDeviceSampleLocationsPropertiesEXT
sourcefn clone(&self) -> PhysicalDeviceSampleLocationsPropertiesEXT
fn clone(&self) -> PhysicalDeviceSampleLocationsPropertiesEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceSampleLocationsPropertiesEXT
impl Default for PhysicalDeviceSampleLocationsPropertiesEXT
sourcefn default() -> PhysicalDeviceSampleLocationsPropertiesEXT
fn default() -> PhysicalDeviceSampleLocationsPropertiesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceSampleLocationsPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceSampleLocationsPropertiesEXT
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceSampleLocationsPropertiesEXT
impl !Send for PhysicalDeviceSampleLocationsPropertiesEXT
impl !Sync for PhysicalDeviceSampleLocationsPropertiesEXT
impl Unpin for PhysicalDeviceSampleLocationsPropertiesEXT
impl UnwindSafe for PhysicalDeviceSampleLocationsPropertiesEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more