mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Compressed texture formats have explicit sRGB variants
This commit is contained in:
@@ -297,7 +297,7 @@ public:
|
||||
void setBlendState(const BlendState &blend) override;
|
||||
void setPointSize(float size) override;
|
||||
void setWireframe(bool enable) override;
|
||||
bool isPixelFormatSupported(PixelFormat format, uint32 usage, bool sRGB) override;
|
||||
bool isPixelFormatSupported(PixelFormat format, uint32 usage) override;
|
||||
Renderer getRenderer() const override;
|
||||
bool usesGLSLES() const override;
|
||||
RendererInfo getRendererInfo() const override;
|
||||
|
||||
Reference in New Issue
Block a user