1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00: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:
grorp 2024-11-07 20:12:37 +01:00 committed by grorp
parent fced6ff240
commit 50b7523336
2 changed files with 2 additions and 91 deletions

View file

@ -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;