mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Clean up some common Image and Canvas code.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user