mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
LibWeb/WebGL: Implement getSupportedExtensions()
This commit is contained in:
parent
af4f0c5a81
commit
145bb0f849
Notes:
github-actions[bot]
2024-12-13 08:20:40 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 145bb0f849
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2878
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/gmta
6 changed files with 90 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue