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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceRGBA10X6FormatsFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceRGBA10X6FormatsFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceRGBA10X6FormatsFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceRGBA10X6FormatsFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceRGBA10X6FormatsFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRGBA10X6FormatsFeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceRGBA10X6FormatsFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceRGBA10X6FormatsFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceRGBA10X6FormatsFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceRGBA10X6FormatsFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceRGBA10X6FormatsFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceRGBA10X6FormatsFeaturesEXTBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more