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