mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
LibWeb/WebGL: Map WebGL extensions to the required extensions
This is used to put together the list of supported WebGL extensions based on the available extensions, per-extension required extensions and WebGL version.
This commit is contained in:
parent
d915b574ab
commit
915c36c366
Notes:
github-actions[bot]
2025-01-21 20:37:14 +00:00
Author: https://github.com/Lubrsi
Commit: 915c36c366
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3239
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/kalenikaliaksandr
2 changed files with 89 additions and 62 deletions
|
@ -41,6 +41,7 @@ private:
|
|||
Gfx::IntSize m_size;
|
||||
RefPtr<Gfx::PaintingSurface> m_painting_surface;
|
||||
NonnullOwnPtr<Impl> m_impl;
|
||||
Optional<Vector<String>> m_requestable_extensions;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue