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