From ad6e1e12cc2ed8b07cebc555b2ea0029037f7d93 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 1 Jul 2014 08:19:26 -0600 Subject: [PATCH] mesa: update comment for UniformBufferSize to indicate size is in bytes Reviewed-by: Roland Scheidegger --- src/mesa/main/mtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0