X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbuffer.h;h=6f0a9708e18069485460587d3295b63aaf6055b1;hp=bd3a999eeab0d19da7aea2f94b90abae390f4a74;hb=8eb9a8d90e5597154dab666481037b306b7bbca2;hpb=bd3e61a3d71a527b7b87197c2f52c5cf342aba81 diff --git a/source/buffer.h b/source/buffer.h index bd3a999e..6f0a9708 100644 --- a/source/buffer.h +++ b/source/buffer.h @@ -33,8 +33,8 @@ class BufferRange; /** A buffer for storing data in GL memory. Putting vertex and index data in -buffers can improve rendering performance. The VertexArray and Mesh classes -contain built-in support for buffers. +buffers can improve rendering performance. The VertexArray, Mesh and +UniformBlock classes contain built-in support for buffers. */ class Buffer {