pub struct PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a>
pub fn border_color_swizzle(
self,
border_color_swizzle: bool
) -> PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a>
pub fn border_color_swizzle_from_image(
self,
border_color_swizzle_from_image: bool
) -> PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceBorderColorSwizzleFeaturesEXT
pub fn build(self) -> PhysicalDeviceBorderColorSwizzleFeaturesEXT
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 PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceBorderColorSwizzleFeaturesEXTBuilder<'a>
§type Target = PhysicalDeviceBorderColorSwizzleFeaturesEXT
type Target = PhysicalDeviceBorderColorSwizzleFeaturesEXT
The resulting type after dereferencing.