Cleaned up love.graphics Image code for determining whether the image's pixel format is supported.

This commit is contained in:
Alex Szpakowski
2019-01-16 19:30:21 -04:00
parent 1bb50fccac
commit 74dcc41b38
6 changed files with 23 additions and 30 deletions
+1 -2
View File
@@ -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: