mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 10:00:36 +01:00
Fix typo
This commit is contained in:
parent
facb597f48
commit
3e291c01ea
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ static void TAG(VertexAttrib4fNV)( GLuint index, GLfloat x, GLfloat y, GLfloat z
|
|||
|
||||
static void TAG(VertexAttrib4fvNV)( GLuint index, const GLfloat *v )
|
||||
{
|
||||
PRE_LOOPBACK( VertexAttrib4fNV );
|
||||
PRE_LOOPBACK( VertexAttrib4fvNV );
|
||||
_glapi_Dispatch->VertexAttrib4fvNV( index, v );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue