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