mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 12:49:05 +00:00
LibWeb/WebGL: Stub missing includes for WebGLRenderingContext
This commit is contained in:
parent
b0fd4aff1a
commit
bb95a48035
Notes:
github-actions[bot]
2024-08-19 07:05:40 +00:00
Author: https://github.com/jamierocks
Commit: bb95a48035
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1098
3 changed files with 40 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#import <WebGL/WebGLRenderingContextBase.idl>
|
||||
#import <WebGL/WebGLRenderingContextOverloads.idl>
|
||||
|
||||
// https://registry.khronos.org/webgl/specs/latest/1.0/#5.14
|
||||
[Exposed=(Window,Worker)]
|
||||
|
@ -6,3 +7,4 @@ interface WebGLRenderingContext {
|
|||
};
|
||||
|
||||
WebGLRenderingContext includes WebGLRenderingContextBase;
|
||||
WebGLRenderingContext includes WebGLRenderingContextOverloads;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue