mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Use Irrlicht functions to query npot texture support
This commit is contained in:
parent
de85bc9227
commit
08f1a7fbed
4 changed files with 10 additions and 48 deletions
|
@ -134,8 +134,7 @@ public:
|
|||
IWritableTextureSource *createTextureSource();
|
||||
|
||||
#if ENABLE_GLES
|
||||
bool hasNPotSupport();
|
||||
video::IImage * Align2Npot2(video::IImage * image, irr::video::IVideoDriver* driver);
|
||||
video::IImage *Align2Npot2(video::IImage *image, video::IVideoDriver *driver);
|
||||
#endif
|
||||
|
||||
enum MaterialType{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue