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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceLineRasterizationFeaturesEXTBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more