]> git.tdb.fi Git - libs/gl.git/commit
Add interfaces for using specialization constants with Programs
authorMikko Rasa <tdb@tdb.fi>
Fri, 26 Feb 2021 23:21:11 +0000 (01:21 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 26 Feb 2021 23:21:11 +0000 (01:21 +0200)
commit0912a8d73043961ab7a4d66cd2fbb13187483ffd
tree59f9913b733500fe63975eb45c4df8ad2be5d19b
parent6288c42adde9ee7d39a47de51fa2856cf965dccc
Add interfaces for using specialization constants with Programs

This replaces the old way of redefining variables withing the GLSL
source, and as such the Program constructor from string is now
deprecated.
source/core/program.cpp
source/core/program.h