mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
VertexAttrib4fv wasn't being installed (4f was).
This commit is contained in:
parent
3e291c01ea
commit
a4fc8035f1
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue