LibWeb/WebGL: Request GL_ANGLE_instanced_arrays extension when required

This commit is contained in:
Luke Wilde 2025-01-10 12:55:47 +00:00 committed by Andreas Kling
commit 58942e1137
Notes: github-actions[bot] 2025-01-21 20:38:07 +00:00
4 changed files with 32 additions and 5 deletions

View file

@ -34,6 +34,7 @@ public:
u32 default_renderbuffer() const;
Vector<String> get_supported_extensions();
void request_extension(char const* extension_name);
private:
NonnullRefPtr<Gfx::SkiaBackendContext> m_skia_backend_context;