glslang-zig/glslang
John Kessenich c47175c7bb Add memory qualifiers (coherent volatile restrict) to imageSize(), imageLoad(), imageStore(), atomic*(), and imageAtomic*(), to remove errors about dropping qualifiers.
Several bugs are related to this, and this is a slightly speculative fix, bit it is certainly wrong to either do it the way it was or to reflect the current specifications.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28968 e7fa87d3-cd2b-0410-9028-fcbf551c1848
2014-11-17 16:45:10 +00:00
..
GenericCodeGen CMake: Collapse into a single library all the libraries under the glslang directory, and represent the proper hierarchy in MSVS. There are still a total of 3 libraries to link against: glslang, OGLCompiler, and OSDependent. 2014-03-31 00:06:32 +00:00
Include ES check for vertex out or fragment in containing any of 2014-10-28 05:24:14 +00:00
MachineIndependent Add memory qualifiers (coherent volatile restrict) to imageSize(), imageLoad(), imageStore(), atomic*(), and imageAtomic*(), to remove errors about dropping qualifiers. 2014-11-17 16:45:10 +00:00
OSDependent Have memory counters normally turned off, to avoid cross-windows-platform linking problems. 2014-09-12 17:25:16 +00:00
Public Non-functional trivial clean up. 2014-06-05 16:30:53 +00:00
CMakeLists.txt CMake fix for Linux for previous check in 2014-03-31 00:10:51 +00:00