]> git.tdb.fi Git - libs/gl.git/blobdiff - source/uniformblock.h
Lots of comment updates
[libs/gl.git] / source / uniformblock.h
index 12b24de3d06a810aa16040b49d2df973e53eba5d..1a277106040f3757dd6d3c143f61f55137a08266 100644 (file)
@@ -16,6 +16,10 @@ 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: