mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Generate WebGLRenderingContext implementation
This commit is contained in:
parent
45e0f50463
commit
e2e54dccc3
Notes:
github-actions[bot]
2024-12-03 22:37:17 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: e2e54dccc3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2688
Reviewed-by: https://github.com/ADKaster ✅
10 changed files with 316 additions and 261 deletions
|
@ -10,7 +10,6 @@
|
|||
#include <LibGfx/Forward.h>
|
||||
#include <LibGfx/PaintingSurface.h>
|
||||
#include <LibWeb/HTML/HTMLElement.h>
|
||||
#include <LibWeb/WebGL/WebGLRenderingContext.h>
|
||||
#include <LibWeb/WebIDL/Types.h>
|
||||
|
||||
namespace Web::HTML {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue