glslang-zig/glslang
2014-02-18 23:37:57 +00:00
..
GenericCodeGen update Makefile dependencies 2014-01-10 21:25:05 +00:00
Include Fix the few non-portable uses of "char" (where a -1 might be relevant): All uses of char are now either "int", "unsigned char" or char arrays for storing strings. Also, went to consistent "char* foo" coding convention. (There were only a few ambiguous uses.) 2014-02-18 23:37:57 +00:00
MachineIndependent Fix the few non-portable uses of "char" (where a -1 might be relevant): All uses of char are now either "int", "unsigned char" or char arrays for storing strings. Also, went to consistent "char* foo" coding convention. (There were only a few ambiguous uses.) 2014-02-18 23:37:57 +00:00
OSDependent Several miscellaneous portability improvements (no functional changes). 2014-01-10 21:09:51 +00:00
Public Several miscellaneous portability improvements (no functional changes). 2014-01-10 21:09:51 +00:00