Struct ash::vk::SamplerYcbcrConversionInfoBuilder
source · #[repr(transparent)]pub struct SamplerYcbcrConversionInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SamplerYcbcrConversionInfoBuilder<'a>
impl<'a> SamplerYcbcrConversionInfoBuilder<'a>
pub fn conversion(self, conversion: SamplerYcbcrConversion) -> Self
sourcepub fn build(self) -> SamplerYcbcrConversionInfo
pub fn build(self) -> SamplerYcbcrConversionInfo
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.