Struct ash::vk::FormatPropertiesBuilder [−][src]
#[repr(transparent)]pub struct FormatPropertiesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn linear_tiling_features(
self,
linear_tiling_features: FormatFeatureFlags
) -> FormatPropertiesBuilder<'a>
pub fn optimal_tiling_features(
self,
optimal_tiling_features: FormatFeatureFlags
) -> FormatPropertiesBuilder<'a>
pub fn buffer_features(
self,
buffer_features: FormatFeatureFlags
) -> FormatPropertiesBuilder<'a>
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.
Methods from Deref<Target = FormatProperties>
Trait Implementations
type Target = FormatProperties
type Target = FormatProperties
The resulting type after dereferencing.