diff options
-rw-r--r-- | src/mesa/main/vtxfmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c index d7b18e4c1cc..4d3ca510b0c 100644 --- a/src/mesa/main/vtxfmt.c +++ b/src/mesa/main/vtxfmt.c @@ -128,6 +128,7 @@ static void install_vtxfmt( struct _glapi_table *tab, GLvertexformat *vfmt ) tab->Begin = vfmt->Begin; tab->End = vfmt->End; tab->VertexAttrib4fNV = vfmt->VertexAttrib4fNV; + tab->VertexAttrib4fvNV = vfmt->VertexAttrib4fvNV; tab->Rectf = vfmt->Rectf; tab->DrawArrays = vfmt->DrawArrays; tab->DrawElements = vfmt->DrawElements; |