X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fpipelinestate.h;h=bc6087c780ea625d029bc5752c6fc80c3b4bdba0;hp=d0ff349069cee04e69992d2c94fa76233b9f6f0d;hb=1b2e58f0e3c84e45b40e89b07939e89e7a211179;hpb=7c17e52fbd532ec4db556b69b520d9372076e86d diff --git a/source/core/pipelinestate.h b/source/core/pipelinestate.h index d0ff3490..bc6087c7 100644 --- a/source/core/pipelinestate.h +++ b/source/core/pipelinestate.h @@ -11,6 +11,7 @@ namespace Msp { namespace GL { class Blend; +class Buffer; class DepthTest; class Framebuffer; class Program; @@ -49,6 +50,7 @@ private: mutable bool changed = false; mutable bool used = false; const UniformBlock *block = 0; + const Buffer *buffer = 0; BoundUniformBlock(int b): binding(b) { } };