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