pub trait KhrPortabilitySubsetExtension: DeviceV1_0 {
    const METADATA: Extension = KHR_PORTABILITY_SUBSET_EXTENSION;
}
Expand description

https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_KHR_portability_subset.html

§WARNING

This is a provisional extension. Provisional extensions are not guaranteed to be backwards compatible and are not intended to be used in production applications.

Provided Associated Constants§

source

const METADATA: Extension = KHR_PORTABILITY_SUBSET_EXTENSION

The metadata for this extension.

Object Safety§

This trait is not object safe.

Implementors§