mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
LibWeb: Add the ability to retrieve a WebGL context from getContext
This commit is contained in:
parent
b0c2aee2e4
commit
58f882200c
19 changed files with 903 additions and 21 deletions
|
@ -379,6 +379,8 @@ class ResourceLoader;
|
|||
|
||||
namespace Web::WebGL {
|
||||
class WebGLContextEvent;
|
||||
class WebGLRenderingContext;
|
||||
class WebGLRenderingContextBase;
|
||||
}
|
||||
|
||||
namespace Web::XHR {
|
||||
|
@ -581,6 +583,7 @@ class URLSearchParamsPrototype;
|
|||
class URLSearchParamsWrapper;
|
||||
class URLWrapper;
|
||||
class WebGLContextEventWrapper;
|
||||
class WebGLRenderingContextWrapper;
|
||||
class WebSocketWrapper;
|
||||
class WindowObject;
|
||||
class WindowProxy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue