]> git.tdb.fi Git - libs/gl.git/commit - source/glsl/output.cpp
Slightly refactor layout qualifiers in the GLSL parser
authorMikko Rasa <tdb@tdb.fi>
Sun, 21 Feb 2021 23:52:29 +0000 (01:52 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 21 Feb 2021 23:53:20 +0000 (01:53 +0200)
commitffdb126a55467245da08a9e6f5669f86e1899bb0
tree03c58aaea944870508685d510fdcdd41c553a798
parentb482f6d59aca2b4f1d9e2cbcc0f596d62c057509
Slightly refactor layout qualifiers in the GLSL parser

Their values are now stored as integers, since no qualifier takes a
value of any other type.
source/glsl/compatibility.cpp
source/glsl/debug.cpp
source/glsl/generate.cpp
source/glsl/output.cpp
source/glsl/parser.cpp
source/glsl/parser.h
source/glsl/syntax.h