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