8 lines
230 B
Text
8 lines
230 B
Text
#import <WebGL/WebGLRenderingContextBase.idl>
|
|
|
|
// https://registry.khronos.org/webgl/specs/latest/1.0/#5.14
|
|
[Exposed=(Window,Worker)]
|
|
interface WebGLRenderingContext {
|
|
};
|
|
|
|
WebGLRenderingContext includes WebGLRenderingContextBase;
|