mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 05:29:51 +01:00
ref_gl: bring back GL_STATIC option
This commit is contained in:
parent
47879942bb
commit
ea6a86a83d
@ -264,7 +264,9 @@ void GL_MultiTexCoord2f( GLenum texture, GLfloat s, GLfloat t )
|
||||
if( !GL_Support( GL_ARB_MULTITEXTURE ))
|
||||
return;
|
||||
|
||||
#ifndef XASH_GL_STATIC
|
||||
if( pglMultiTexCoord2f != NULL )
|
||||
#endif
|
||||
pglMultiTexCoord2f( texture + GL_TEXTURE0_ARB, s, t );
|
||||
}
|
||||
|
||||
|
1415
ref_gl/gl_export.h
1415
ref_gl/gl_export.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user