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 ) -> PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
pub fn custom_border_color_without_format( self, custom_border_color_without_format: bool ) -> PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceCustomBorderColorFeaturesEXTBuilder<'a>
§type Target = PhysicalDeviceCustomBorderColorFeaturesEXT
type Target = PhysicalDeviceCustomBorderColorFeaturesEXT
The resulting type after dereferencing.