mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
8 lines
169 B
Text
8 lines
169 B
Text
|
|
#import <WebGL/WebGLRenderingContextBase.idl>
|
||
|
|
|
||
|
|
[Exposed=(Window,Worker)]
|
||
|
|
interface WebGLRenderingContext {
|
||
|
|
};
|
||
|
|
|
||
|
|
WebGLRenderingContext includes WebGLRenderingContextBase;
|