]> git.tdb.fi Git - libs/gl.git/commit
Add a standalone GLSL compiler frontend
authorMikko Rasa <tdb@tdb.fi>
Sun, 21 Feb 2021 23:12:25 +0000 (01:12 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 21 Feb 2021 23:53:20 +0000 (01:53 +0200)
commitb30777959d8e2ab2caf489e32f40390f60a75fcb
tree100a20540201ed8c30abe28ff377cc3f3559d212
parentc0be4e4ae1a8b6ac31ff6b7080e2242c13d947ff
Add a standalone GLSL compiler frontend

This makes debugging the compiler easier and will eventually allow
shaders to be compiled into SPIR-V during build.
Build
source/glsl/compiler.cpp
source/glsl/compiler.h
source/glsl/features.cpp
source/glsl/features.h
tools/glslcompiler.cpp [new file with mode: 0644]