pub struct PhysicalDeviceSamplerYcbcrConversionFeaturesBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceSamplerYcbcrConversionFeaturesBuilder<'a>
impl<'a> PhysicalDeviceSamplerYcbcrConversionFeaturesBuilder<'a>
pub fn sampler_ycbcr_conversion(
self,
sampler_ycbcr_conversion: bool
) -> PhysicalDeviceSamplerYcbcrConversionFeaturesBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceSamplerYcbcrConversionFeatures
pub fn build(self) -> PhysicalDeviceSamplerYcbcrConversionFeatures
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceSamplerYcbcrConversionFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceSamplerYcbcrConversionFeaturesBuilder<'a>
§type Target = PhysicalDeviceSamplerYcbcrConversionFeatures
type Target = PhysicalDeviceSamplerYcbcrConversionFeatures
The resulting type after dereferencing.