| Index: tools/dom/docs/docs.json
|
| diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
|
| index 5b936a688736f195904e24ff0045197edd8b9e91..123447de00dc9a1fd315258f5350e656bfec2326 100644
|
| --- a/tools/dom/docs/docs.json
|
| +++ b/tools/dom/docs/docs.json
|
| @@ -5181,44 +5181,6 @@
|
| },
|
| "WebGLRenderingContext": {
|
| "members": {
|
| - "bufferData": [
|
| - "/**",
|
| - " * Buffers the specified data.",
|
| - " *",
|
| - " * The [bufferData] method is provided for WebGL API compatibility reasons, but",
|
| - " * it is highly recommended that you use [bufferDataTyped] or [bufferByteData]",
|
| - " * depending on your purposes.",
|
| - " */"
|
| - ],
|
| - "bufferSubData": [
|
| - "/**",
|
| - " * Buffers the specified subset of data.",
|
| - " *",
|
| - " * The [bufferSubData] method is provided for WebGL API compatibility reasons, but",
|
| - " * it is highly recommended that you use [bufferSubDataTyped] or [bufferSubByteData]",
|
| - " * depending on your purposes.",
|
| - " */"
|
| - ],
|
| - "texImage2D": [
|
| - "/**",
|
| - " * Updates the currently bound texture to [data].",
|
| - " *",
|
| - " * The [texImage2D] method is provided for WebGL API compatibility reasons, but it",
|
| - " * is highly recommended that you use [texImage2DUntyped] or [texImage2DTyped]",
|
| - " * (or for more specificity, the more specialized [texImage2DImageData],",
|
| - " * [texImage2DCanvas], [texImage2DVideo]).",
|
| - " */"
|
| - ],
|
| - "texSubImage2D": [
|
| - "/**",
|
| - " * Updates a sub-rectangle of the currently bound texture to [data].",
|
| - " *",
|
| - " * The [texSubImage2D] method is provided for WebGL API compatibility reasons, but it",
|
| - " * is highly recommended that you use [texSubImage2DUntyped] or [texSubImage2DTyped]",
|
| - " * (or for more specificity, the more specialized [texSubImage2DImageData],",
|
| - " * [texSubImage2DCanvas], [texSubImage2DVideo]).",
|
| - " */"
|
| - ]
|
| }
|
| }
|
| },
|
|
|