Struct vulkanalia_sys::CoarseSampleOrderCustomNV
source · [−]#[repr(C)]pub struct CoarseSampleOrderCustomNV {
pub shading_rate: ShadingRatePaletteEntryNV,
pub sample_count: u32,
pub sample_location_count: u32,
pub sample_locations: *const CoarseSampleLocationNV,
}Expand description
Fields
shading_rate: ShadingRatePaletteEntryNVsample_count: u32sample_location_count: u32sample_locations: *const CoarseSampleLocationNVTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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