mesa: update comment for UniformBufferSize to indicate size is in bytes
authorBrian Paul <brianp@vmware.com>
Tue, 1 Jul 2014 14:19:26 +0000 (08:19 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 1 Jul 2014 15:42:44 +0000 (09:42 -0600)
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/mesa/main/mtypes.h

index eaf3776..e78bcde 100644 (file)
@@ -2560,7 +2560,7 @@ struct gl_uniform_block
    GLuint Binding;
 
    /**
-    * Minimum size of a buffer object to back this uniform buffer
+    * Minimum size (in bytes) of a buffer object to back this uniform buffer
     * (GL_UNIFORM_BLOCK_DATA_SIZE).
     */
    GLuint UniformBufferSize;