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