pub trait KhrSpirv14Extension: DeviceV1_0 {
    const METADATA: Extension = KHR_SPIRV_1_4_EXTENSION;
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = KHR_SPIRV_1_4_EXTENSION

The metadata for this extension.

Implementors§