Struct ash::vk::CoarseSampleOrderCustomNV [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more