#[repr(transparent)]pub struct PhysicalDeviceLineRasterizationPropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceLineRasterizationPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceLineRasterizationPropertiesEXTBuilder<'a>
pub fn line_sub_pixel_precision_bits( self, line_sub_pixel_precision_bits: u32 ) -> Self
sourcepub fn build(self) -> PhysicalDeviceLineRasterizationPropertiesEXT
pub fn build(self) -> PhysicalDeviceLineRasterizationPropertiesEXT
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.