Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 103 of file gl_compat.c.
Referenced by add_gl_compat_wrappers().
{ if(target != GL_TEXTURE0) { ERR("Texture unit > 0 used, but GL_ARB_multitexture is not supported\n"); return; } glTexCoord4sv(v); }