#[repr(transparent)]pub struct SamplerYcbcrConversionImageFormatPropertiesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SamplerYcbcrConversionImageFormatPropertiesBuilder<'a>
impl<'a> SamplerYcbcrConversionImageFormatPropertiesBuilder<'a>
pub fn combined_image_sampler_descriptor_count( self, combined_image_sampler_descriptor_count: u32 ) -> Self
sourcepub fn build(self) -> SamplerYcbcrConversionImageFormatProperties
pub fn build(self) -> SamplerYcbcrConversionImageFormatProperties
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.