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