mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 14:12:13 +00:00
Add Exposed
This commit is contained in:
parent
5127dd3f95
commit
d9d8f761f1
@ -26,7 +26,8 @@ typedef (Uint32Array or sequence<GLuint>) Uint32List;
|
|||||||
|
|
||||||
// WebGL2 spec has this as an empty interface that pulls in everything
|
// WebGL2 spec has this as an empty interface that pulls in everything
|
||||||
// via WebGL2RenderingContextBase.
|
// via WebGL2RenderingContextBase.
|
||||||
[Pref="webgl.enable-webgl2"]
|
[Exposed=(Window,Worker),
|
||||||
|
Pref="webgl.enable-webgl2"]
|
||||||
interface WebGL2RenderingContext
|
interface WebGL2RenderingContext
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user