mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-22 11:02:53 +00:00
10 lines
344 B
Text
10 lines
344 B
Text
#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;
|