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