pub type VkPhysicalDeviceLineRasterizationFeaturesKHR = VkPhysicalDeviceLineRasterizationFeatures;
Aliased Type§
#[repr(C)]pub struct VkPhysicalDeviceLineRasterizationFeaturesKHR {
pub sType: u32,
pub pNext: *mut c_void,
pub rectangularLines: u32,
pub bresenhamLines: u32,
pub smoothLines: u32,
pub stippledRectangularLines: u32,
pub stippledBresenhamLines: u32,
pub stippledSmoothLines: u32,
}
Fields§
§sType: u32
§pNext: *mut c_void
§rectangularLines: u32
§bresenhamLines: u32
§smoothLines: u32
§stippledRectangularLines: u32
§stippledBresenhamLines: u32
§stippledSmoothLines: u32