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