LibWeb: Generate WebGLRenderingContext implementation

This commit is contained in:
Aliaksandr Kalenik 2024-11-29 22:34:46 +01:00 committed by Alexander Kalenik
commit e2e54dccc3
Notes: github-actions[bot] 2024-12-03 22:37:17 +00:00
10 changed files with 316 additions and 261 deletions

View file

@ -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 {