| static void TAG(VertexAttrib4fvNV)( GLuint index, const GLfloat *v ) | static void TAG(VertexAttrib4fvNV)( GLuint index, const GLfloat *v ) | ||||
| { | { | ||||
| PRE_LOOPBACK( VertexAttrib4fNV ); | |||||
| PRE_LOOPBACK( VertexAttrib4fvNV ); | |||||
| _glapi_Dispatch->VertexAttrib4fvNV( index, v ); | _glapi_Dispatch->VertexAttrib4fvNV( index, v ); | ||||
| } | } | ||||