Struct ash::vk::ImageFormatPropertiesBuilder [−][src]
#[repr(transparent)]pub struct ImageFormatPropertiesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn sample_counts(
self,
sample_counts: SampleCountFlags
) -> ImageFormatPropertiesBuilder<'a>
pub fn max_resource_size(
self,
max_resource_size: DeviceSize
) -> ImageFormatPropertiesBuilder<'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 = ImageFormatProperties>
Trait Implementations
type Target = ImageFormatProperties
type Target = ImageFormatProperties
The resulting type after dereferencing.