mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
mesa: annotate AttribFuncsARB[] as const
It's read-only data, so annotate it accordingly. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
0728e2bb17
commit
0216a16819
1 changed files with 1 additions and 1 deletions
|
|
@ -1288,7 +1288,7 @@ VertexAttribL4dv(GLuint index, const GLdouble *v)
|
|||
* Array [unnormalized/normalized/integer][size][type] of VertexAttrib
|
||||
* functions
|
||||
*/
|
||||
static attrib_func AttribFuncsARB[4][4][NUM_TYPES] = {
|
||||
static const attrib_func AttribFuncsARB[4][4][NUM_TYPES] = {
|
||||
{
|
||||
/* non-normalized */
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue