#[repr(C)]pub struct PhysicalDeviceFragmentShadingRatePropertiesKHR {Show 19 fields
pub s_type: StructureType,
pub p_next: *mut c_void,
pub min_fragment_shading_rate_attachment_texel_size: Extent2D,
pub max_fragment_shading_rate_attachment_texel_size: Extent2D,
pub max_fragment_shading_rate_attachment_texel_size_aspect_ratio: u32,
pub primitive_fragment_shading_rate_with_multiple_viewports: u32,
pub layered_shading_rate_attachments: u32,
pub fragment_shading_rate_non_trivial_combiner_ops: u32,
pub max_fragment_size: Extent2D,
pub max_fragment_size_aspect_ratio: u32,
pub max_fragment_shading_rate_coverage_samples: u32,
pub max_fragment_shading_rate_rasterization_samples: SampleCountFlags,
pub fragment_shading_rate_with_shader_depth_stencil_writes: u32,
pub fragment_shading_rate_with_sample_mask: u32,
pub fragment_shading_rate_with_shader_sample_mask: u32,
pub fragment_shading_rate_with_conservative_rasterization: u32,
pub fragment_shading_rate_with_fragment_shader_interlock: u32,
pub fragment_shading_rate_with_custom_sample_locations: u32,
pub fragment_shading_rate_strict_multiply_combiner: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidmin_fragment_shading_rate_attachment_texel_size: Extent2Dmax_fragment_shading_rate_attachment_texel_size: Extent2Dmax_fragment_shading_rate_attachment_texel_size_aspect_ratio: u32primitive_fragment_shading_rate_with_multiple_viewports: u32layered_shading_rate_attachments: u32fragment_shading_rate_non_trivial_combiner_ops: u32max_fragment_size: Extent2Dmax_fragment_size_aspect_ratio: u32max_fragment_shading_rate_coverage_samples: u32max_fragment_shading_rate_rasterization_samples: SampleCountFlagsfragment_shading_rate_with_shader_depth_stencil_writes: u32fragment_shading_rate_with_sample_mask: u32fragment_shading_rate_with_shader_sample_mask: u32fragment_shading_rate_with_conservative_rasterization: u32fragment_shading_rate_with_fragment_shader_interlock: u32fragment_shading_rate_with_custom_sample_locations: u32fragment_shading_rate_strict_multiply_combiner: u32Implementations
Trait Implementations
sourceimpl Clone for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl Clone for PhysicalDeviceFragmentShadingRatePropertiesKHR
sourcefn clone(&self) -> PhysicalDeviceFragmentShadingRatePropertiesKHR
fn clone(&self) -> PhysicalDeviceFragmentShadingRatePropertiesKHR
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 PhysicalDeviceFragmentShadingRatePropertiesKHR
impl Default for PhysicalDeviceFragmentShadingRatePropertiesKHR
sourcefn default() -> PhysicalDeviceFragmentShadingRatePropertiesKHR
fn default() -> PhysicalDeviceFragmentShadingRatePropertiesKHR
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentShadingRatePropertiesKHR
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl !Send for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl !Sync for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl Unpin for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl UnwindSafe for PhysicalDeviceFragmentShadingRatePropertiesKHR
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