Struct ash::vk::CoarseSampleOrderCustomNV
source · #[repr(C)]pub struct CoarseSampleOrderCustomNV {
pub shading_rate: ShadingRatePaletteEntryNV,
pub sample_count: u32,
pub sample_location_count: u32,
pub p_sample_locations: *const CoarseSampleLocationNV,
}
Expand description
Fields§
§shading_rate: ShadingRatePaletteEntryNV
§sample_count: u32
§sample_location_count: u32
§p_sample_locations: *const CoarseSampleLocationNV
Implementations§
source§impl CoarseSampleOrderCustomNV
impl CoarseSampleOrderCustomNV
pub fn builder<'a>() -> CoarseSampleOrderCustomNVBuilder<'a>
Trait Implementations§
source§impl Clone for CoarseSampleOrderCustomNV
impl Clone for CoarseSampleOrderCustomNV
source§fn clone(&self) -> CoarseSampleOrderCustomNV
fn clone(&self) -> CoarseSampleOrderCustomNV
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 CoarseSampleOrderCustomNV
impl Debug for CoarseSampleOrderCustomNV
source§impl Default for CoarseSampleOrderCustomNV
impl Default for CoarseSampleOrderCustomNV
impl Copy for CoarseSampleOrderCustomNV
Auto Trait Implementations§
impl Freeze for CoarseSampleOrderCustomNV
impl RefUnwindSafe for CoarseSampleOrderCustomNV
impl !Send for CoarseSampleOrderCustomNV
impl !Sync for CoarseSampleOrderCustomNV
impl Unpin for CoarseSampleOrderCustomNV
impl UnwindSafe for CoarseSampleOrderCustomNV
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