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