X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fpipelinestate.h;h=bc6087c780ea625d029bc5752c6fc80c3b4bdba0;hb=3f2ce5d1ba85bc0c03e6718cc41c2dac5e959d75;hp=d0ff349069cee04e69992d2c94fa76233b9f6f0d;hpb=c89c1fb972fae2cb2f720cb3ec6cf8238ae8d2e1;p=libs%2Fgl.git 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) { } };