Struct ash::vk::FormatProperties3Builder
source · #[repr(transparent)]pub struct FormatProperties3Builder<'a> { /* private fields */ }
Implementations§
source§impl<'a> FormatProperties3Builder<'a>
impl<'a> FormatProperties3Builder<'a>
pub fn linear_tiling_features( self, linear_tiling_features: FormatFeatureFlags2 ) -> Self
pub fn optimal_tiling_features( self, optimal_tiling_features: FormatFeatureFlags2 ) -> Self
pub fn buffer_features(self, buffer_features: FormatFeatureFlags2) -> Self
sourcepub fn build(self) -> FormatProperties3
pub fn build(self) -> FormatProperties3
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.