mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-03-09 20:21:10 +00:00
ref_gl: fix build
This commit is contained in:
parent
4c559a4a08
commit
ddf070b63d
@ -1 +1 @@
|
|||||||
Subproject commit d1e441dca75b9277486bb23682c2c5772aa38478
|
Subproject commit c5d2f80ad936d30d3c0503a21df7467ce9c87779
|
@ -1111,11 +1111,13 @@ void GL_SetupAttributes( int safegl )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void wes_init( const char *gles2 );
|
||||||
|
int nanoGL_Init( void );
|
||||||
|
|
||||||
void GL_OnContextCreated( void )
|
void GL_OnContextCreated( void )
|
||||||
{
|
{
|
||||||
int colorBits[3];
|
int colorBits[3];
|
||||||
#ifdef XASH_NANOGL
|
#ifdef XASH_NANOGL
|
||||||
int nanoGL_Init( void );
|
|
||||||
nanoGL_Init();
|
nanoGL_Init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -1132,7 +1134,6 @@ void GL_OnContextCreated( void )
|
|||||||
gEngfuncs.GL_GetAttribute( REF_GL_MULTISAMPLESAMPLES, &glConfig.msaasamples );
|
gEngfuncs.GL_GetAttribute( REF_GL_MULTISAMPLESAMPLES, &glConfig.msaasamples );
|
||||||
|
|
||||||
#ifdef XASH_WES
|
#ifdef XASH_WES
|
||||||
void wes_init( const char *gles2 );
|
|
||||||
wes_init( "" );
|
wes_init( "" );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user