mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +00:00
7 lines
185 B
Text
7 lines
185 B
Text
#import <WebGL/WebGLRenderingContextBase.idl>
|
|
|
|
[Exposed=(Window,Worker), UseNewAKString]
|
|
interface WebGLRenderingContext {
|
|
};
|
|
|
|
WebGLRenderingContext includes WebGLRenderingContextBase;
|