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