Struct ash::vk::ShadingRatePaletteNV [−][src]
#[repr(C)]pub struct ShadingRatePaletteNV { pub shading_rate_palette_entry_count: u32, pub p_shading_rate_palette_entries: *const ShadingRatePaletteEntryNV, }
Expand description
Fields
shading_rate_palette_entry_count: u32
p_shading_rate_palette_entries: *const ShadingRatePaletteEntryNV
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ShadingRatePaletteNV
impl !Send for ShadingRatePaletteNV
impl !Sync for ShadingRatePaletteNV
impl Unpin for ShadingRatePaletteNV
impl UnwindSafe for ShadingRatePaletteNV
Blanket Implementations
Mutably borrows from an owned value. Read more