mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
mesa: update comment for UniformBufferSize to indicate size is in bytes
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
parent
f4b0ab7afd
commit
ad6e1e12cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue