Struct ash::vk::SampleLocationsInfoEXT
source · #[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: StructureType
§p_next: *const c_void
§sample_locations_per_pixel: SampleCountFlags
§sample_location_grid_size: Extent2D
§sample_locations_count: u32
§p_sample_locations: *const SampleLocationEXT
Implementations§
source§impl SampleLocationsInfoEXT
impl SampleLocationsInfoEXT
pub fn builder<'a>() -> SampleLocationsInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for SampleLocationsInfoEXT
impl Clone for SampleLocationsInfoEXT
source§fn clone(&self) -> SampleLocationsInfoEXT
fn clone(&self) -> SampleLocationsInfoEXT
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