pub struct DedicatedAllocationImageCreateInfoNVBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DedicatedAllocationImageCreateInfoNVBuilder<'a>
impl<'a> DedicatedAllocationImageCreateInfoNVBuilder<'a>
pub fn dedicated_allocation(
self,
dedicated_allocation: bool
) -> DedicatedAllocationImageCreateInfoNVBuilder<'a>
sourcepub fn build(self) -> DedicatedAllocationImageCreateInfoNV
pub fn build(self) -> DedicatedAllocationImageCreateInfoNV
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.
Trait Implementations§
source§impl<'a> Deref for DedicatedAllocationImageCreateInfoNVBuilder<'a>
impl<'a> Deref for DedicatedAllocationImageCreateInfoNVBuilder<'a>
§type Target = DedicatedAllocationImageCreateInfoNV
type Target = DedicatedAllocationImageCreateInfoNV
The resulting type after dereferencing.