mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb/WebGL: Implement WEBGL_compressed_texture_s3tc extension
This commit is contained in:
committed by
Andreas Kling
parent
484008d440
commit
958938655d
@@ -832,7 +832,7 @@ class @class_name@ : public WebGLRenderingContextBase {
|
||||
public:
|
||||
@class_name@(JS::Realm&, NonnullOwnPtr<OpenGLContext>);
|
||||
|
||||
OpenGLContext& context() { return *m_context; }
|
||||
virtual OpenGLContext& context() override { return *m_context; }
|
||||
|
||||
virtual void present() = 0;
|
||||
virtual void needs_to_present() = 0;
|
||||
|
||||
Reference in New Issue
Block a user