Struct ash::vk::PhysicalDeviceSampleLocationsPropertiesEXT [−][src]
#[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
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more