glslang-zig/glslang
2013-10-28 19:49:16 +00:00
..
GenericCodeGen Add and use ability to tell the backend compiler what version/profile the source shader was. 2013-03-12 17:53:55 +00:00
Include Add redeclarations of built-in blocks. 2013-10-24 01:25:40 +00:00
MachineIndependent Fix bug where bracket dereferences were incorrectly keeping the base's qualifier (for example constBase[i] would still be a const instead of EvqTemporary). 2013-10-28 19:49:16 +00:00
OSDependent Make ES 100 gl_FragData be a mediump, and fix some warnings from g++. 2013-10-04 03:05:45 +00:00
Public Improve preprocessor by using GLSL scanner, allowing read-only strings to be compiled, unifying of line # tracking, and correct detection that ES #version appeared after a comment. 2013-10-28 18:12:06 +00:00