LibWeb/WebGL: Implement getSupportedExtensions()

This commit is contained in:
Aliaksandr Kalenik 2024-12-10 05:49:33 +01:00 committed by Alexander Kalenik
commit 145bb0f849
Notes: github-actions[bot] 2024-12-13 08:20:40 +00:00
6 changed files with 90 additions and 6 deletions

View file

@ -30,6 +30,8 @@ public:
RefPtr<Gfx::PaintingSurface> surface();
Vector<String> get_supported_extensions();
private:
NonnullRefPtr<Gfx::SkiaBackendContext> m_skia_backend_context;
Gfx::IntSize m_size;