1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Unify GLES support in gui scaling filter

This commit is contained in:
sfan5 2019-07-25 00:11:30 +02:00
parent ca363d3ef8
commit 6c2ded4cac
3 changed files with 45 additions and 39 deletions

View file

@ -135,6 +135,7 @@ public:
IWritableTextureSource *createTextureSource();
#if ENABLE_GLES
bool hasNPotSupport();
video::IImage * Align2Npot2(video::IImage * image, irr::video::IVideoDriver* driver);
#endif