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