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 moresource§impl Debug for SampleLocationsInfoEXT
impl Debug for SampleLocationsInfoEXT
source§impl Default for SampleLocationsInfoEXT
impl Default for SampleLocationsInfoEXT
source§impl TaggedStructure for SampleLocationsInfoEXT
impl TaggedStructure for SampleLocationsInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::SAMPLE_LOCATIONS_INFO_EXT
impl Copy for SampleLocationsInfoEXT
impl ExtendsImageMemoryBarrier for SampleLocationsInfoEXT
impl ExtendsImageMemoryBarrier2 for SampleLocationsInfoEXT
Auto Trait Implementations§
impl Freeze for SampleLocationsInfoEXT
impl RefUnwindSafe for SampleLocationsInfoEXT
impl !Send for SampleLocationsInfoEXT
impl !Sync for SampleLocationsInfoEXT
impl Unpin for SampleLocationsInfoEXT
impl UnwindSafe for SampleLocationsInfoEXT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more