Struct ash::vk::PhysicalDeviceLineRasterizationFeaturesEXTBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn rectangular_lines(
self,
rectangular_lines: bool
) -> PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
pub fn bresenham_lines(
self,
bresenham_lines: bool
) -> PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
pub fn smooth_lines(
self,
smooth_lines: bool
) -> PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
pub fn stippled_rectangular_lines(
self,
stippled_rectangular_lines: bool
) -> PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
pub fn stippled_bresenham_lines(
self,
stippled_bresenham_lines: bool
) -> PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
pub fn stippled_smooth_lines(
self,
stippled_smooth_lines: bool
) -> PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
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.
Methods from Deref<Target = PhysicalDeviceLineRasterizationFeaturesEXT>
Trait Implementations
The resulting type after dereferencing.