Type Alias PhysicalDeviceMaintenance5PropertiesKHR
Source pub type PhysicalDeviceMaintenance5PropertiesKHR = PhysicalDeviceMaintenance5Properties;
Expand description
#[repr(C)]
pub struct PhysicalDeviceMaintenance5PropertiesKHR {
pub s_type: StructureType,
pub 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,
}