X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fpipelinestate.h;h=bc6087c780ea625d029bc5752c6fc80c3b4bdba0;hb=11a5d4f2a35dfdcf61e16d4fcfba22e20ea6a3db;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) { } };