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