mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Unify OpenGL ES support
This commit is contained in:
@@ -27,8 +27,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include <SMaterial.h>
|
||||
#include <memory>
|
||||
#include "util/numeric.h"
|
||||
#include "config.h"
|
||||
|
||||
#if __ANDROID__
|
||||
#if ENABLE_GLES
|
||||
#include <IVideoDriver.h>
|
||||
#endif
|
||||
|
||||
@@ -133,7 +134,7 @@ public:
|
||||
|
||||
IWritableTextureSource *createTextureSource();
|
||||
|
||||
#ifdef __ANDROID__
|
||||
#if ENABLE_GLES
|
||||
video::IImage * Align2Npot2(video::IImage * image, irr::video::IVideoDriver* driver);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user