This commit is contained in:
2025-10-24 18:22:15 +02:00
parent 5d1c6c6d99
commit 7959baeed9
3 changed files with 5 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ class OpenGLShader : public ShaderBackend {
void render() override;
void setTextureSize(float width, float height) override;
void cleanup() override final;
void cleanup() final;
[[nodiscard]] auto isHardwareAccelerated() const -> bool override { return is_initialized_; }
private: