Move getMipmapMode from Canvas to Texture

This commit is contained in:
Alex Szpakowski
2020-02-04 19:56:19 -04:00
parent 4104c136cf
commit 0304bdf450
7 changed files with 26 additions and 26 deletions
+3
View File
@@ -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;