Skip to main content

PhysicalDeviceLineRasterizationPropertiesKHR

Type Alias PhysicalDeviceLineRasterizationPropertiesKHR 

Source
pub type PhysicalDeviceLineRasterizationPropertiesKHR = PhysicalDeviceLineRasterizationProperties;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceLineRasterizationPropertiesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub line_sub_pixel_precision_bits: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES.

§p_next: *mut c_void

Optional, may be null.

§line_sub_pixel_precision_bits: u32