mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Use int instead of PixelFormatUsageFlags for isPixelFormatSupported.
This commit is contained in:
@@ -110,7 +110,7 @@ public:
|
||||
void setWireframe(bool enable) override;
|
||||
|
||||
PixelFormat getSizedFormat(PixelFormat format, bool rendertarget, bool readable) const override;
|
||||
bool isPixelFormatSupported(PixelFormat format, PixelFormatUsageFlags usage, bool sRGB = false) override;
|
||||
bool isPixelFormatSupported(PixelFormat format, int usage, bool sRGB = false) override;
|
||||
Renderer getRenderer() const override;
|
||||
bool usesGLSLES() const override;
|
||||
RendererInfo getRendererInfo() const override;
|
||||
|
||||
Reference in New Issue
Block a user