X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fcore%2Funiformblock.h;h=ec42089a8823bb46ea75f8e94467b766f2d40459;hb=3c0cbf0529aa06d9809ad3aa9e282400e8209b4d;hp=9f2a0849e9cca10795c759456dc12fcf6405a386;hpb=8366f8951984aa436938b1bb18a57067ff2260c1;p=libs%2Fgl.git diff --git a/source/core/uniformblock.h b/source/core/uniformblock.h index 9f2a0849..ec42089a 100644 --- a/source/core/uniformblock.h +++ b/source/core/uniformblock.h @@ -1,21 +1,14 @@ #ifndef MSP_GL_UNIFORMBLOCK_H_ #define MSP_GL_UNIFORMBLOCK_H_ -#include #include #include #include "bufferable.h" #include "reflectdata.h" -#include "vector.h" namespace Msp { namespace GL { -class BufferRange; -class Matrix; -class Uniform; -struct Color; - /** Stores uniforms with a specific layout. Both named and default uniform blocks are supported. @@ -34,7 +27,7 @@ private: virtual unsigned get_alignment() const; public: - void store(const ReflectData::UniformInfo &, const Uniform &); + void store(const ReflectData::UniformInfo &, unsigned, const void *); }; } // namespace GL