VkPhysicalDeviceMaintenance5PropertiesKHR

Type Alias VkPhysicalDeviceMaintenance5PropertiesKHR 

Source
pub type VkPhysicalDeviceMaintenance5PropertiesKHR = VkPhysicalDeviceMaintenance5Properties;

Aliased Type§

#[repr(C)]
pub struct VkPhysicalDeviceMaintenance5PropertiesKHR { pub sType: u32, pub pNext: *mut c_void, pub earlyFragmentMultisampleCoverageAfterSampleCounting: u32, pub earlyFragmentSampleMaskTestBeforeSampleCounting: u32, pub depthStencilSwizzleOneSupport: u32, pub polygonModePointSize: u32, pub nonStrictSinglePixelWideLinesUseParallelogram: u32, pub nonStrictWideLinesUseParallelogram: u32, }

Fields§

§sType: u32§pNext: *mut c_void§earlyFragmentMultisampleCoverageAfterSampleCounting: u32§earlyFragmentSampleMaskTestBeforeSampleCounting: u32§depthStencilSwizzleOneSupport: u32§polygonModePointSize: u32§nonStrictSinglePixelWideLinesUseParallelogram: u32§nonStrictWideLinesUseParallelogram: u32