mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Move getMipmapMode from Canvas to Texture
This commit is contained in:
@@ -194,6 +194,7 @@ public:
|
||||
|
||||
TextureType getTextureType() const;
|
||||
PixelFormat getPixelFormat() const;
|
||||
MipmapsMode getMipmapsMode() const;
|
||||
|
||||
bool isRenderTarget() const;
|
||||
bool isReadable() const;
|
||||
@@ -249,6 +250,8 @@ protected:
|
||||
bool renderTarget;
|
||||
bool readable;
|
||||
|
||||
MipmapsMode mipmapsMode;
|
||||
|
||||
bool sRGB;
|
||||
|
||||
int width;
|
||||
|
||||
Reference in New Issue
Block a user