| Index: sky/engine/core/html/canvas/WebGLRenderingContextBase.idl
|
| diff --git a/sky/engine/core/html/canvas/WebGLRenderingContextBase.idl b/sky/engine/core/html/canvas/WebGLRenderingContextBase.idl
|
| index d798f7103bd691b17edfc0e9e5e1ccc5de313669..e60e45e9900c50b2724112a96eba2da4e24ffbab 100644
|
| --- a/sky/engine/core/html/canvas/WebGLRenderingContextBase.idl
|
| +++ b/sky/engine/core/html/canvas/WebGLRenderingContextBase.idl
|
| @@ -629,9 +629,6 @@ typedef unrestricted float GLclampf;
|
| [RaisesException] void texImage2D(
|
| GLenum target, GLint level, GLenum internalformat,
|
| GLenum format, GLenum type, HTMLCanvasElement canvas);
|
| - [RaisesException] void texImage2D(
|
| - GLenum target, GLint level, GLenum internalformat,
|
| - GLenum format, GLenum type, HTMLVideoElement video);
|
|
|
| [RaisesException] void texSubImage2D(
|
| GLenum target, GLint level, GLint xoffset, GLint yoffset,
|
| @@ -646,9 +643,6 @@ typedef unrestricted float GLclampf;
|
| [RaisesException] void texSubImage2D(
|
| GLenum target, GLint level, GLint xoffset, GLint yoffset,
|
| GLenum format, GLenum type, HTMLCanvasElement canvas);
|
| - [RaisesException] void texSubImage2D(
|
| - GLenum target, GLint level, GLint xoffset, GLint yoffset,
|
| - GLenum format, GLenum type, HTMLVideoElement video);
|
|
|
| void uniform1f(WebGLUniformLocation? location, GLfloat x);
|
| [Custom] void uniform1fv(WebGLUniformLocation? location, Float32Array v);
|
|
|