]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/pipelinestate.h
Simplify pipeline state management
[libs/gl.git] / source / core / pipelinestate.h
index f3c30030f67662422e995ace745ae75d8d4cbc8a..b9fac143c7b9784773970b5710de7f9bdb9e80d8 100644 (file)
@@ -76,6 +76,7 @@ private:
 
        static const PipelineState *last_applied;
        static std::vector<int> bound_tex_targets;
+       static std::vector<char> bound_uniform_blocks;
        static unsigned restart_index;
 
 public: