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