mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
#import <WebGL/WebGLRenderingContextBase.idl>
|
|
#import <WebGL/WebGLRenderingContextOverloads.idl>
|
|
|
|
// https://registry.khronos.org/webgl/specs/latest/1.0/#5.14
|
|
[Exposed=(Window,Worker)]
|
|
interface WebGLRenderingContext {
|
|
};
|
|
|
|
WebGLRenderingContext includes WebGLRenderingContextBase;
|
|
WebGLRenderingContext includes WebGLRenderingContextOverloads;
|