glslang-zig/glslang
Andre Weissflog a5ade51363 Fix most clang warnings
- member initializing order in some constructors
- missing default branches in switch-case
- uninitialized variable if switch-case default (uncritical because
  program would exit)
- && and || brace warnings in if()
2015-07-11 14:45:57 +02:00
..
GenericCodeGen glslang: Fix over 100 warnings from MSVC warning level 4. 2015-05-15 17:30:55 +00:00
Include Clear up a C++ compile warning 2015-07-06 21:02:26 -06:00
MachineIndependent Fix most clang warnings 2015-07-11 14:45:57 +02:00
OSDependent Second round line ending clean up, from fresh round trip. 2015-06-26 16:42:50 -06:00
Public glslang preprocessing: Add -E option to print out preprocessed GLSL, and do the work needed to generate a preprocessed stream. From Andrew Woloszyn <awoloszyn@google.com>. 2015-06-17 02:38:44 +00:00
CMakeLists.txt Linux build: fix case problem with new file. 2015-07-07 00:53:26 -06:00