diff options
Diffstat (limited to 'testing/web-platform/tests/interfaces/WEBGL_lose_context.idl')
-rw-r--r-- | testing/web-platform/tests/interfaces/WEBGL_lose_context.idl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/interfaces/WEBGL_lose_context.idl b/testing/web-platform/tests/interfaces/WEBGL_lose_context.idl new file mode 100644 index 0000000000..ee68fb5c09 --- /dev/null +++ b/testing/web-platform/tests/interfaces/WEBGL_lose_context.idl @@ -0,0 +1,10 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: WebGL WEBGL_lose_context Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_lose_context/) + +[Exposed=(Window,Worker), LegacyNoInterfaceObject] +interface WEBGL_lose_context { + undefined loseContext(); + undefined restoreContext(); +}; |