mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
ogles 2 driver: Delete some dead code
grepping for IRR_COMPILE_GLES2_COMMON gives no other results COGLESCoreExtensionHandler is only used through COpenGL3ExtensionHandler
This commit is contained in:
@@ -297,6 +297,7 @@ public:
|
||||
delete[] tmpBuffer;
|
||||
}
|
||||
#elif defined(IRR_COMPILE_GLES2_COMMON)
|
||||
// TODO: revive this code
|
||||
COpenGLCoreTexture *tmpTexture = new COpenGLCoreTexture("OGL_CORE_LOCK_TEXTURE", Size, ETT_2D, ColorFormat, Driver);
|
||||
|
||||
GLuint tmpFBO = 0;
|
||||
|
Reference in New Issue
Block a user