X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogramdata.h;h=f51ad788884aa0ebbbbf545d4a7d8c8cda2da350;hb=2524bb81a3a642830b88a4268fedc03d59a93e60;hp=39b44583a0eb26ef31119ea90c5823537553f32d;hpb=a8b400939e1325ed1efeb697771ba38156729d00;p=libs%2Fgl.git diff --git a/source/programdata.h b/source/programdata.h index 39b44583..f51ad788 100644 --- a/source/programdata.h +++ b/source/programdata.h @@ -4,17 +4,16 @@ #include #include #include "program.h" +#include "vector.h" namespace Msp { namespace GL { class Buffer; -class Color; class Matrix; class Uniform; class UniformBlock; -class Vector3; -class Vector4; +struct Color; /** Stores uniform variables for shader programs. The uniforms are stored in a @@ -67,10 +66,10 @@ private: mutable Buffer *buffer; mutable Changes changes; - ProgramData &operator=(const ProgramData &); public: ProgramData(); ProgramData(const ProgramData &); + ProgramData &operator=(const ProgramData &); ~ProgramData(); private: