X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fprogram.h;h=201d927037c57edf0d1464ca1af4002fb28a6d1a;hb=52335491d6e3b568f2b19bd0ec15c8d7b5f011da;hp=6ed2f5716e7e50e0e20371204bb1eb32035a2aa5;hpb=1f71ec73edacd6c1bd230abace3cb791eb2ca759;p=libs%2Fgl.git diff --git a/source/core/program.h b/source/core/program.h index 6ed2f571..201d9270 100644 --- a/source/core/program.h +++ b/source/core/program.h @@ -105,6 +105,7 @@ private: { std::map textures; std::map blocks; + std::map spec_values; }; unsigned id;