X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fprogram.h;h=201d927037c57edf0d1464ca1af4002fb28a6d1a;hb=52335491d6e3b568f2b19bd0ec15c8d7b5f011da;hp=666cfd3eeda8f6a00449b9ab4d899ff64aa0af78;hpb=6f39983060a27634c012f66c82fea0d09fea9774;p=libs%2Fgl.git diff --git a/source/core/program.h b/source/core/program.h index 666cfd3e..201d9270 100644 --- a/source/core/program.h +++ b/source/core/program.h @@ -101,16 +101,17 @@ public: }; private: - struct Bindings + struct TransientData { std::map textures; std::map blocks; + std::map spec_values; }; unsigned id; std::vector stage_ids; const Module *module; - Bindings *bindings; + TransientData *transient; bool linked; std::vector uniform_blocks; std::vector uniforms;