#[repr(transparent)]pub struct MemoryGetAndroidHardwareBufferInfoANDROIDBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> MemoryGetAndroidHardwareBufferInfoANDROIDBuilder<'a>
impl<'a> MemoryGetAndroidHardwareBufferInfoANDROIDBuilder<'a>
pub fn memory(self, memory: DeviceMemory) -> Self
sourcepub fn build(self) -> MemoryGetAndroidHardwareBufferInfoANDROID
pub fn build(self) -> MemoryGetAndroidHardwareBufferInfoANDROID
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.