Skip to main content

PhysicalDeviceMaintenance5PropertiesKHR

Type Alias PhysicalDeviceMaintenance5PropertiesKHR 

Source
pub type PhysicalDeviceMaintenance5PropertiesKHR = PhysicalDeviceMaintenance5Properties;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceMaintenance5PropertiesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub early_fragment_multisample_coverage_after_sample_counting: u32, pub early_fragment_sample_mask_test_before_sample_counting: u32, pub depth_stencil_swizzle_one_support: u32, pub polygon_mode_point_size: u32, pub non_strict_single_pixel_wide_lines_use_parallelogram: u32, pub non_strict_wide_lines_use_parallelogram: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_PROPERTIES.

§p_next: *mut c_void

Optional, may be null.

§early_fragment_multisample_coverage_after_sample_counting: u32§early_fragment_sample_mask_test_before_sample_counting: u32§depth_stencil_swizzle_one_support: u32§polygon_mode_point_size: u32§non_strict_single_pixel_wide_lines_use_parallelogram: u32§non_strict_wide_lines_use_parallelogram: u32