Struct ash::vk::PhysicalDeviceYcbcrImageArraysFeaturesEXTBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceYcbcrImageArraysFeaturesEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn ycbcr_image_arrays(
self,
ycbcr_image_arrays: bool
) -> PhysicalDeviceYcbcrImageArraysFeaturesEXTBuilder<'a>
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.
Methods from Deref<Target = PhysicalDeviceYcbcrImageArraysFeaturesEXT>
Trait Implementations
The resulting type after dereferencing.