glslang-zig/glslang
John Kessenich 989df85dcd Array-sizing bug fix: multiple array initializers of different size in the same declaration.
Handles the case of
    float[] x = float[] (1.0, 2.0, 3.0),
            y = float[] (1.0, 2.0, 3.0, 4.0);
where a shallow copy of the type arrayness from the left-most float[]
was getting used twice.
2015-11-28 12:52:29 -07:00
..
GenericCodeGen Remove legacy build system 2015-11-16 23:51:35 +01:00
Include Array-sizing bug fix: multiple array initializers of different size in the same declaration. 2015-11-28 12:52:29 -07:00
MachineIndependent Array-sizing bug fix: multiple array initializers of different size in the same declaration. 2015-11-28 12:52:29 -07:00
OSDependent Remove legacy build system 2015-11-16 23:51:35 +01:00
Public SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2. 2015-11-15 22:31:41 -07:00
CMakeLists.txt Add an osinclude.h below each OS directory, redirects by platform macro 2015-11-16 18:05:18 +01:00