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

Provided Associated Constants§

source

const METADATA: Extension = AMD_GPU_SHADER_HALF_FLOAT_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§