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