[Mesa-dev] [PATCH 5/5] mesa: update comment for UniformBufferSize to indicate size is in bytes

Roland Scheidegger sroland at vmware.com
Tue Jul 1 08:25:12 PDT 2014


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>


More information about the mesa-dev mailing list