pub trait NvDedicatedAllocationExtension: DeviceV1_0 {
    const METADATA: Extension = NV_DEDICATED_ALLOCATION_EXTENSION;
}
👎Deprecated: deprecated in favor of VK_KHR_dedicated_allocation
Expand description

Provided Associated Constants§

source

const METADATA: Extension = NV_DEDICATED_ALLOCATION_EXTENSION

👎Deprecated: deprecated in favor of VK_KHR_dedicated_allocation

The metadata for this extension.

Object Safety§

This trait is not object safe.

Implementors§