Skip to main content

PhysicalDeviceLineRasterizationFeaturesKHR

Type Alias PhysicalDeviceLineRasterizationFeaturesKHR 

Source
pub type PhysicalDeviceLineRasterizationFeaturesKHR = PhysicalDeviceLineRasterizationFeatures;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceLineRasterizationFeaturesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub rectangular_lines: u32, pub bresenham_lines: u32, pub smooth_lines: u32, pub stippled_rectangular_lines: u32, pub stippled_bresenham_lines: u32, pub stippled_smooth_lines: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§rectangular_lines: u32§bresenham_lines: u32§smooth_lines: u32§stippled_rectangular_lines: u32§stippled_bresenham_lines: u32§stippled_smooth_lines: u32