Struct screen_13::prelude::vk::CoarseSampleOrderCustomNV
source · 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 CoarseSampleLocationNVImplementations§
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
source§fn default() -> CoarseSampleOrderCustomNV
fn default() -> CoarseSampleOrderCustomNV
Returns the “default value” for a type. Read more