mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Cleaned up love.graphics Image code for determining whether the image's pixel format is supported.
This commit is contained in:
@@ -54,8 +54,7 @@ public:
|
||||
|
||||
bool setMipmapSharpness(float sharpness) override;
|
||||
|
||||
static bool isFormatSupported(PixelFormat pixelformat);
|
||||
static bool hasSRGBSupport();
|
||||
static bool isFormatSupported(PixelFormat pixelformat, bool sRGB);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user