4 // require_extensions: GL_ARB_compute_shader GL_INTEL_shader_atomic_float_minmax
7 // The extension is supported by the implementation, but it is not enabled in
8 // the shader. This should fail to compile.
11 #extension GL_ARB_compute_shader: require
13 layout(local_size_x = 32) in;
19 atomicCompSwap(a, 3.14159, 2.71828);