pub trait AmdGcnShaderExtension: DeviceV1_0 {
    const METADATA: Extension = AMD_GCN_SHADER_EXTENSION;
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = AMD_GCN_SHADER_EXTENSION

The metadata for this extension.

Implementors§