Struct screen_13::prelude::vk::PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder
source · 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
) -> PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
§type Target = PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV
type Target = PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV
The resulting type after dereferencing.