diff options
author | Brian Paul <[email protected]> | 2014-07-01 08:19:26 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-07-01 09:42:44 -0600 |
commit | ad6e1e12cc2ed8b07cebc555b2ea0029037f7d93 (patch) | |
tree | b88e22ce4125fcfe1d90d3d174be4b29d2e8bcd8 /src | |
parent | f4b0ab7afd83c811329211eae8167c9bf238870c (diff) |
mesa: update comment for UniformBufferSize to indicate size is in bytes
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/mtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |