#[repr(transparent)]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) -> Self
pub fn border_color_swizzle_from_image( self, border_color_swizzle_from_image: bool ) -> Self
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.