Skip to content

nv_shader_atomic_int64: don't require GLSL 4.40

Ilia Mirkin requested to merge imirkin/piglit:atomic-int64 into master

While the extension is written against the GLSL 4.40 spec, it in no way requires GLSL 4.40. Reduce the version to 4.30 to avoid funny business with compute shaders.

Signed-off-by: Ilia Mirkin imirkin@alum.mit.edu

Merge request reports

Loading