projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4b0ab7
)
mesa: update comment for UniformBufferSize to indicate size is in bytes
author
Brian Paul
<brianp@vmware.com>
Tue, 1 Jul 2014 14:19:26 +0000
(08:19 -0600)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index eaf37761013e14c863902973b0fa7410c230e203..e78bcde0e1d47f0f5f75d34d9faebc26cf490d18 100644
(file)
--- 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;