pub trait NvShaderAtomicFloat16VectorExtension: DeviceV1_0 {
    const METADATA: Extension = NV_SHADER_ATOMIC_FLOAT16_VECTOR_EXTENSION;
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = NV_SHADER_ATOMIC_FLOAT16_VECTOR_EXTENSION

The metadata for this extension.

Object Safety§

This trait is not object safe.

Implementors§