Struct ash::vk::SparseImageOpaqueMemoryBindInfoBuilder
source · #[repr(transparent)]pub struct SparseImageOpaqueMemoryBindInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SparseImageOpaqueMemoryBindInfoBuilder<'a>
impl<'a> SparseImageOpaqueMemoryBindInfoBuilder<'a>
pub fn image(self, image: Image) -> Self
pub fn binds(self, binds: &'a [SparseMemoryBind]) -> Self
sourcepub fn build(self) -> SparseImageOpaqueMemoryBindInfo
pub fn build(self) -> SparseImageOpaqueMemoryBindInfo
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.