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