#[repr(C)]pub struct PhysicalDeviceFragmentShadingRatePropertiesKHR {Show 19 fields
pub s_type: StructureType,
pub 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: Bool32,
pub layered_shading_rate_attachments: Bool32,
pub fragment_shading_rate_non_trivial_combiner_ops: Bool32,
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: Bool32,
pub fragment_shading_rate_with_sample_mask: Bool32,
pub fragment_shading_rate_with_shader_sample_mask: Bool32,
pub fragment_shading_rate_with_conservative_rasterization: Bool32,
pub fragment_shading_rate_with_fragment_shader_interlock: Bool32,
pub fragment_shading_rate_with_custom_sample_locations: Bool32,
pub fragment_shading_rate_strict_multiply_combiner: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§min_fragment_shading_rate_attachment_texel_size: Extent2D§max_fragment_shading_rate_attachment_texel_size: Extent2D§max_fragment_shading_rate_attachment_texel_size_aspect_ratio: u32§primitive_fragment_shading_rate_with_multiple_viewports: Bool32§layered_shading_rate_attachments: Bool32§fragment_shading_rate_non_trivial_combiner_ops: Bool32§max_fragment_size: Extent2D§max_fragment_size_aspect_ratio: u32§max_fragment_shading_rate_coverage_samples: u32§max_fragment_shading_rate_rasterization_samples: SampleCountFlags§fragment_shading_rate_with_shader_depth_stencil_writes: Bool32§fragment_shading_rate_with_sample_mask: Bool32§fragment_shading_rate_with_shader_sample_mask: Bool32§fragment_shading_rate_with_conservative_rasterization: Bool32§fragment_shading_rate_with_fragment_shader_interlock: Bool32§fragment_shading_rate_with_custom_sample_locations: Bool32§fragment_shading_rate_strict_multiply_combiner: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl Clone for PhysicalDeviceFragmentShadingRatePropertiesKHR
Source§fn clone(&self) -> PhysicalDeviceFragmentShadingRatePropertiesKHR
fn clone(&self) -> PhysicalDeviceFragmentShadingRatePropertiesKHR
Returns a duplicate 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 moreSource§impl PartialEq for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl PartialEq for PhysicalDeviceFragmentShadingRatePropertiesKHR
Source§fn eq(&self, other: &PhysicalDeviceFragmentShadingRatePropertiesKHR) -> bool
fn eq(&self, other: &PhysicalDeviceFragmentShadingRatePropertiesKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl Eq for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl Send for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl StructuralPartialEq for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl Sync for PhysicalDeviceFragmentShadingRatePropertiesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl RefUnwindSafe for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl Unpin for PhysicalDeviceFragmentShadingRatePropertiesKHR
impl UnwindSafe for PhysicalDeviceFragmentShadingRatePropertiesKHR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more