#[repr(C)]pub struct PipelineViewportShadingRateImageStateCreateInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub shading_rate_image_enable: Bool32,
pub viewport_count: u32,
pub shading_rate_palettes: *const ShadingRatePaletteNV,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidshading_rate_image_enable: Bool32viewport_count: u32shading_rate_palettes: *const ShadingRatePaletteNVTrait 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
Blanket Implementations
Mutably borrows from an owned value. Read more