X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Funiformblock.h;h=d694e3674a48e07f56e4abfdd512d149f8c2e547;hb=0777840f31274f75cb4ff8e6717c44c373d5e182;hp=12b24de3d06a810aa16040b49d2df973e53eba5d;hpb=c21d4de686e7abd51b0a779af00f06ce459e18d6;p=libs%2Fgl.git diff --git a/source/uniformblock.h b/source/uniformblock.h index 12b24de3..d694e367 100644 --- a/source/uniformblock.h +++ b/source/uniformblock.h @@ -5,6 +5,7 @@ #include #include "bufferable.h" #include "program.h" +#include "vector.h" namespace Msp { namespace GL { @@ -13,9 +14,11 @@ class BufferRange; class Color; class Matrix; class Uniform; -class Vector3; -class Vector4; +/** +Stores uniforms with a specific layout. Both named and default uniform blocks +are supported. +*/ class UniformBlock: public Bufferable { private: