#[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: ShadingRatePaletteEntryNVsample_count: u32sample_location_count: u32p_sample_locations: *const CoarseSampleLocationNVImplementations
sourceimpl CoarseSampleOrderCustomNV
impl CoarseSampleOrderCustomNV
pub fn builder<'a>() -> CoarseSampleOrderCustomNVBuilder<'a>
Trait Implementations
sourceimpl Clone for CoarseSampleOrderCustomNV
impl Clone for CoarseSampleOrderCustomNV
sourcefn clone(&self) -> CoarseSampleOrderCustomNV
fn clone(&self) -> CoarseSampleOrderCustomNV
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 Debug for CoarseSampleOrderCustomNV
impl Debug for CoarseSampleOrderCustomNV
sourceimpl Default for CoarseSampleOrderCustomNV
impl Default for CoarseSampleOrderCustomNV
sourcefn default() -> CoarseSampleOrderCustomNV
fn default() -> CoarseSampleOrderCustomNV
Returns the “default value” for a type. Read more
impl Copy for CoarseSampleOrderCustomNV
Auto Trait Implementations
impl RefUnwindSafe for CoarseSampleOrderCustomNV
impl !Send for CoarseSampleOrderCustomNV
impl !Sync for CoarseSampleOrderCustomNV
impl Unpin for CoarseSampleOrderCustomNV
impl UnwindSafe for CoarseSampleOrderCustomNV
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