From: Brian Paul Date: Tue, 1 Jul 2014 14:19:26 +0000 (-0600) Subject: mesa: update comment for UniformBufferSize to indicate size is in bytes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad6e1e12cc2ed8b07cebc555b2ea0029037f7d93;p=mesa.git mesa: update comment for UniformBufferSize to indicate size is in bytes Reviewed-by: Roland Scheidegger --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index eaf37761013..e78bcde0e1d 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -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;