#[repr(transparent)]pub struct SamplerCustomBorderColorCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SamplerCustomBorderColorCreateInfoEXTBuilder<'a>
impl<'a> SamplerCustomBorderColorCreateInfoEXTBuilder<'a>
pub fn custom_border_color(self, custom_border_color: ClearColorValue) -> Self
pub fn format(self, format: Format) -> Self
sourcepub fn build(self) -> SamplerCustomBorderColorCreateInfoEXT
pub fn build(self) -> SamplerCustomBorderColorCreateInfoEXT
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.