#[repr(transparent)]pub struct PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
pub fn rectangular_lines(self, rectangular_lines: bool) -> Self
pub fn bresenham_lines(self, bresenham_lines: bool) -> Self
pub fn smooth_lines(self, smooth_lines: bool) -> Self
pub fn stippled_rectangular_lines(self, stippled_rectangular_lines: bool) -> Self
pub fn stippled_bresenham_lines(self, stippled_bresenham_lines: bool) -> Self
pub fn stippled_smooth_lines(self, stippled_smooth_lines: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceLineRasterizationFeaturesEXT
pub fn build(self) -> PhysicalDeviceLineRasterizationFeaturesEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.