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 more