#[repr(C)]pub struct PhysicalDeviceShadingRateImagePropertiesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shading_rate_texel_size: Extent2D,
pub shading_rate_palette_size: u32,
pub shading_rate_max_coarse_samples: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidshading_rate_texel_size: Extent2Dshading_rate_palette_size: u32shading_rate_max_coarse_samples: u32Implementations
Trait Implementations
sourceimpl Clone for PhysicalDeviceShadingRateImagePropertiesNV
impl Clone for PhysicalDeviceShadingRateImagePropertiesNV
sourcefn clone(&self) -> PhysicalDeviceShadingRateImagePropertiesNV
fn clone(&self) -> PhysicalDeviceShadingRateImagePropertiesNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceShadingRateImagePropertiesNV
impl Default for PhysicalDeviceShadingRateImagePropertiesNV
sourcefn default() -> PhysicalDeviceShadingRateImagePropertiesNV
fn default() -> PhysicalDeviceShadingRateImagePropertiesNV
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceShadingRateImagePropertiesNV
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShadingRateImagePropertiesNV
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceShadingRateImagePropertiesNV
impl !Send for PhysicalDeviceShadingRateImagePropertiesNV
impl !Sync for PhysicalDeviceShadingRateImagePropertiesNV
impl Unpin for PhysicalDeviceShadingRateImagePropertiesNV
impl UnwindSafe for PhysicalDeviceShadingRateImagePropertiesNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more