glslang-zig/glslang
Lei Zhang 5cbc990a0a Fix line number handling in line directive callback.
The line argument passed into the lineCallback function is the
literal value of the first argument of the #line directive.
lastLine in DoPreprocessing() should be updated taking into
consideration the different definitions for #line between specs.

Add a test to reveal the bug.
2015-07-14 14:37:59 -04:00
..
GenericCodeGen glslang: Fix over 100 warnings from MSVC warning level 4. 2015-05-15 17:30:55 +00:00
Include Add some missing 'const' and texture-op guards, for future change to enum-based texture calls. 2015-07-11 13:37:02 -06:00
MachineIndependent Fix line number handling in line directive callback. 2015-07-14 14:37:59 -04:00
OSDependent include by relative path, so root doesn't need to be in the search path 2015-07-08 15:27:29 +02:00
Public Updated command-line options, adding -o for saving binaries, -G for OpenGL SPIR-V validation, -v etc. 2015-07-12 19:28:10 -06:00
CMakeLists.txt Linux build: fix case problem with new file. 2015-07-07 00:53:26 -06:00