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: ShadingRatePaletteEntryNVsample_count: u32sample_location_count: u32p_sample_locations: *const CoarseSampleLocationNVImplementations
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