]> git.tdb.fi Git - libs/gl.git/history - source/glsl/preprocessor.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / glsl / preprocessor.cpp
2022-09-03 Mikko RasaImplement tessellation shaders in the shader compiler
2022-04-11 Mikko RasaSupport compute shaders in the shader compiler
2021-02-20 Mikko RasaRecognize the #line directive in the GLSL parser
2021-02-15 Mikko RasaMove the StageType enum inside the Stage struct
2021-02-14 Mikko RasaFollow the GLSL syntax rules more closely
2021-02-14 Mikko RasaSplit tokenizer and preprocessor out of the GLSL parser