]> git.tdb.fi Git - libs/gl.git/commit - source/glsl/output.cpp
Reduce coupling between the GLSL compiler and the graphics engine
authorMikko Rasa <tdb@tdb.fi>
Sun, 21 Feb 2021 22:58:57 +0000 (00:58 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 21 Feb 2021 23:53:20 +0000 (01:53 +0200)
commitc0be4e4ae1a8b6ac31ff6b7080e2242c13d947ff
tree19aa0e3dadde7c283eaea8080093fed4962ef20b
parentefeb3137935ec5ef6a16531c2e6b915caa3db481
Reduce coupling between the GLSL compiler and the graphics engine

Feature states are now recorded in a struct.
source/glsl/compatibility.cpp
source/glsl/compatibility.h
source/glsl/compiler.cpp
source/glsl/compiler.h
source/glsl/features.cpp [new file with mode: 0644]
source/glsl/features.h [new file with mode: 0644]
source/glsl/output.cpp
source/glsl/parser.cpp
source/glsl/syntax.h