mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-23 13:24:13 +00:00
ref: gl: psvita: disable NPOT textures, they're broken again
This commit is contained in:
parent
0d89849cab
commit
f79aaf93f8
@ -744,8 +744,6 @@ void GL_InitExtensionsBigGL( void )
|
|||||||
#if XASH_PSVITA
|
#if XASH_PSVITA
|
||||||
// not all GL1.1 functions are implemented in vitaGL, but there's enough
|
// not all GL1.1 functions are implemented in vitaGL, but there's enough
|
||||||
GL_SetExtension( GL_OPENGL_110, true );
|
GL_SetExtension( GL_OPENGL_110, true );
|
||||||
// NPOT textures are actually supported, but the extension is not listed in GL_EXTENSIONS
|
|
||||||
GL_SetExtension( GL_ARB_TEXTURE_NPOT_EXT, true );
|
|
||||||
// init our immediate mode override
|
// init our immediate mode override
|
||||||
VGL_ShimInit();
|
VGL_ShimInit();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user