[Mesa-dev] [PATCH 5/5] mesa: update comment for UniformBufferSize to indicate size is in bytes
Brian Paul
brianp at vmware.com
Tue Jul 1 08:32:46 PDT 2014
On 07/01/2014 09:25 AM, Roland Scheidegger wrote:
> Am 01.07.2014 16:53, schrieb Brian Paul:
>> ---
>> 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 eaf3776..e78bcde 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;
>>
>
> Series is:
> Reviewed-by: Roland Scheidegger <sroland at vmware.com>
Thanks. I'm going to beef-up the comment on patch 3 before pushing.
-Brian
More information about the mesa-dev
mailing list