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