Clean up some common Image and Canvas code.

This commit is contained in:
Alex Szpakowski
2020-02-01 23:54:51 -04:00
parent 7684920f19
commit 6c447ab4f6
11 changed files with 140 additions and 201 deletions
-2
View File
@@ -54,8 +54,6 @@ public:
bool setMipmapSharpness(float sharpness) override;
static bool isFormatSupported(PixelFormat pixelformat, bool sRGB);
private:
void uploadByteData(PixelFormat pixelformat, const void *data, size_t size, int level, int slice, const Rect &r) override;