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