pub trait NvExternalMemoryExtension: DeviceV1_0 {
    const METADATA: Extension = NV_EXTERNAL_MEMORY_EXTENSION;
}
👎Deprecated: deprecated in favor of VK_KHR_external_memory
Expand description

Provided Associated Constants§

source

const METADATA: Extension = NV_EXTERNAL_MEMORY_EXTENSION

👎Deprecated: deprecated in favor of VK_KHR_external_memory

The metadata for this extension.

Object Safety§

This trait is not object safe.

Implementors§