pub trait AmdGpuShaderInt16Extension: DeviceV1_0 {
    const METADATA: Extension = AMD_GPU_SHADER_INT16_EXTENSION;
}
👎Deprecated: deprecated in favor of VK_KHR_shader_float16_int8
Expand description

Provided Associated Constants§

source

const METADATA: Extension = AMD_GPU_SHADER_INT16_EXTENSION

👎Deprecated: deprecated in favor of VK_KHR_shader_float16_int8

The metadata for this extension.

Object Safety§

This trait is not object safe.

Implementors§