#[repr(C)]pub struct PhysicalDeviceMaintenance5PropertiesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub early_fragment_multisample_coverage_after_sample_counting: Bool32,
pub early_fragment_sample_mask_test_before_sample_counting: Bool32,
pub depth_stencil_swizzle_one_support: Bool32,
pub polygon_mode_point_size: Bool32,
pub non_strict_single_pixel_wide_lines_use_parallelogram: Bool32,
pub non_strict_wide_lines_use_parallelogram: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§early_fragment_multisample_coverage_after_sample_counting: Bool32
§early_fragment_sample_mask_test_before_sample_counting: Bool32
§depth_stencil_swizzle_one_support: Bool32
§polygon_mode_point_size: Bool32
§non_strict_single_pixel_wide_lines_use_parallelogram: Bool32
§non_strict_wide_lines_use_parallelogram: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceMaintenance5PropertiesKHR<'a>
impl<'a> PhysicalDeviceMaintenance5PropertiesKHR<'a>
pub fn early_fragment_multisample_coverage_after_sample_counting( self, early_fragment_multisample_coverage_after_sample_counting: bool, ) -> Self
pub fn early_fragment_sample_mask_test_before_sample_counting( self, early_fragment_sample_mask_test_before_sample_counting: bool, ) -> Self
pub fn depth_stencil_swizzle_one_support( self, depth_stencil_swizzle_one_support: bool, ) -> Self
pub fn polygon_mode_point_size(self, polygon_mode_point_size: bool) -> Self
pub fn non_strict_single_pixel_wide_lines_use_parallelogram( self, non_strict_single_pixel_wide_lines_use_parallelogram: bool, ) -> Self
pub fn non_strict_wide_lines_use_parallelogram( self, non_strict_wide_lines_use_parallelogram: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceMaintenance5PropertiesKHR<'a>
impl<'a> Clone for PhysicalDeviceMaintenance5PropertiesKHR<'a>
source§fn clone(&self) -> PhysicalDeviceMaintenance5PropertiesKHR<'a>
fn clone(&self) -> PhysicalDeviceMaintenance5PropertiesKHR<'a>
Returns a copy 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<'a> Debug for PhysicalDeviceMaintenance5PropertiesKHR<'a>
impl<'a> Debug for PhysicalDeviceMaintenance5PropertiesKHR<'a>
source§impl Default for PhysicalDeviceMaintenance5PropertiesKHR<'_>
impl Default for PhysicalDeviceMaintenance5PropertiesKHR<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceMaintenance5PropertiesKHR<'a>
impl<'a> TaggedStructure for PhysicalDeviceMaintenance5PropertiesKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MAINTENANCE_5_PROPERTIES_KHR
impl<'a> Copy for PhysicalDeviceMaintenance5PropertiesKHR<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMaintenance5PropertiesKHR<'_>
impl Send for PhysicalDeviceMaintenance5PropertiesKHR<'_>
impl Sync for PhysicalDeviceMaintenance5PropertiesKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceMaintenance5PropertiesKHR<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceMaintenance5PropertiesKHR<'a>
impl<'a> Unpin for PhysicalDeviceMaintenance5PropertiesKHR<'a>
impl<'a> UnwindSafe for PhysicalDeviceMaintenance5PropertiesKHR<'a>
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