#[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: StructureTypenext: *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: Bool32layered_shading_rate_attachments: Bool32fragment_shading_rate_non_trivial_combiner_ops: Bool32max_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: Bool32fragment_shading_rate_with_sample_mask: Bool32fragment_shading_rate_with_shader_sample_mask: Bool32fragment_shading_rate_with_conservative_rasterization: Bool32fragment_shading_rate_with_fragment_shader_interlock: Bool32fragment_shading_rate_with_custom_sample_locations: Bool32fragment_shading_rate_strict_multiply_combiner: Bool32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more