mesa: update comment for UniformBufferSize to indicate size is in bytes

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
Brian Paul 2014-07-01 08:19:26 -06:00
parent f4b0ab7afd
commit ad6e1e12cc

View 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;