#[repr(C)]pub struct PipelineViewportShadingRateImageStateCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub shading_rate_image_enable: Bool32,
pub viewport_count: u32,
pub p_shading_rate_palettes: *const ShadingRatePaletteNV,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§shading_rate_image_enable: Bool32
§viewport_count: u32
§p_shading_rate_palettes: *const ShadingRatePaletteNV
Implementations§
Trait Implementations§
source§impl Clone for PipelineViewportShadingRateImageStateCreateInfoNV
impl Clone for PipelineViewportShadingRateImageStateCreateInfoNV
source§fn clone(&self) -> PipelineViewportShadingRateImageStateCreateInfoNV
fn clone(&self) -> PipelineViewportShadingRateImageStateCreateInfoNV
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