mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-10 23:27:53 +00: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 ))
|
if( !GL_Support( GL_ARB_MULTITEXTURE ))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
#ifndef XASH_GL_STATIC
|
||||||
if( pglMultiTexCoord2f != NULL )
|
if( pglMultiTexCoord2f != NULL )
|
||||||
|
#endif
|
||||||
pglMultiTexCoord2f( texture + GL_TEXTURE0_ARB, s, t );
|
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