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