mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Reduced code duplication in love.graphics.newImage
This commit is contained in:
@@ -198,8 +198,8 @@ private:
|
||||
|
||||
void preload();
|
||||
|
||||
bool loadVolatilePOT();
|
||||
bool loadVolatileNPOT();
|
||||
void uploadTexturePadded(float p2width, float p2height);
|
||||
void uploadTexture();
|
||||
|
||||
void uploadCompressedMipmaps();
|
||||
void createMipmaps();
|
||||
|
||||
Reference in New Issue
Block a user