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