[Mesa-dev] [PATCH 4/8] mesa: improve comment for

Gert Wollny gw.fossdev at gmail.com
Tue Jan 30 08:33:20 UTC 2018


Am Montag, den 29.01.2018, 13:42 -0700 schrieb Brian Paul:
> ---
>  src/mesa/main/mtypes.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
> index b0eeeaf..95f6319 100644
> --- a/src/mesa/main/mtypes.h
> +++ b/src/mesa/main/mtypes.h
> @@ -1538,7 +1538,8 @@ struct gl_array_attributes
>     GLboolean Integer;       /**< Fixed-point values are not
> converted to floats */
>     GLboolean Doubles;       /**< double precision values are not
> converted to floats */
>     GLuint _ElementSize;     /**< Size of each element in bytes */
> -   GLuint BufferBindingIndex;    /**< Vertex buffer binding */
> +   /** Index into gl_vertex_array_object::BufferBinding[] array */
> +   GLuint BufferBindingIndex;
>  };
>  
>  
You already did this with d5f42f96e16f4b12  ;)



More information about the mesa-dev mailing list