]> git.tdb.fi Git - libs/gl.git/history - source/glsl/features.cpp
Remove unnecessary std:: qualifiers
[libs/gl.git] / source / glsl / features.cpp
2021-04-03 Mikko RasaBetter way to request features for different GLSL versions
2021-04-03 Mikko RasaAssign bindings to all uniform blocks and sampler uniforms
2021-04-03 Mikko RasaStore constant id limit as range, not max value
2021-04-03 Mikko RasaImprove compatibility checks of location qualifiers...
2021-04-01 Mikko RasaMake constant id range configurable and avoid duplicates
2021-02-21 Mikko RasaAdd a standalone GLSL compiler frontend
2021-02-21 Mikko RasaReduce coupling between the GLSL compiler and the graph...