pub trait AmdShaderExplicitVertexParameterExtension: DeviceV1_0 {
    const METADATA: Extension = AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION;
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION

The metadata for this extension.

Object Safety§

This trait is not object safe.

Implementors§