diff options
author | t7yang <t7yang@gmail.com> | 2021-05-28 22:17:15 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-05-31 15:39:29 +0800 |
commit | d4625fc3adef7da9a077b195800094d03488c50c (patch) | |
tree | 902a058e6bca2c88933cf319f14eb179708eef5f /files/zh-cn/web/api/webglrenderingcontext | |
parent | d935156b29ff23a8cfbacba5baf389d617572cf4 (diff) | |
download | translated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.gz translated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.bz2 translated-content-d4625fc3adef7da9a077b195800094d03488c50c.zip |
remove bcd paragraph for zh-CN
Diffstat (limited to 'files/zh-cn/web/api/webglrenderingcontext')
63 files changed, 0 insertions, 126 deletions
diff --git a/files/zh-cn/web/api/webglrenderingcontext/attachshader/index.html b/files/zh-cn/web/api/webglrenderingcontext/attachshader/index.html index c91262824e..c20d8b1291 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/attachshader/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/attachshader/index.html @@ -63,8 +63,6 @@ if ( !gl.getProgramParameter( program, gl.LINK_STATUS) ) { <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api/WebGLRenderingContext", "WebGLRenderingContext.attachShader")}}</p> <h2 id="相关资料">相关资料</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/bindbuffer/index.html b/files/zh-cn/web/api/webglrenderingcontext/bindbuffer/index.html index bb2b94b886..0c383347fb 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/bindbuffer/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/bindbuffer/index.html @@ -113,8 +113,6 @@ gl.getParameter(gl.ELEMENT_ARRAY_BUFFER_BINDING); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api/WebGLRenderingContext", "WebGLRenderingContext.bindBuffer")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/bindframebuffer/index.html b/files/zh-cn/web/api/webglrenderingcontext/bindframebuffer/index.html index ff033a902c..91a144d770 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/bindframebuffer/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/bindframebuffer/index.html @@ -98,8 +98,6 @@ gl.bindFramebuffer(gl.FRAMEBUFFER, framebuffer); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api/WebGLRenderingContext", "WebGLRenderingContext.bindFramebuffer")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/bindrenderbuffer/index.html b/files/zh-cn/web/api/webglrenderingcontext/bindrenderbuffer/index.html index 04d07a30fd..a6bd321ae6 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/bindrenderbuffer/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/bindrenderbuffer/index.html @@ -81,8 +81,6 @@ gl.bindRenderbuffer(gl.RENDERBUFFER, renderbuffer); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api/WebGLRenderingContext", "WebGLRenderingContext.bindRenderbuffer")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/bindtexture/index.html b/files/zh-cn/web/api/webglrenderingcontext/bindtexture/index.html index 2124e54091..4b4f437d0d 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/bindtexture/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/bindtexture/index.html @@ -100,8 +100,6 @@ gl.bindTexture(gl.TEXTURE_2D, texture); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api/WebGLRenderingContext", "WebGLRenderingContext.bindTexture")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/blendcolor/index.html b/files/zh-cn/web/api/webglrenderingcontext/blendcolor/index.html index 224f48a07f..293ee92832 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/blendcolor/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/blendcolor/index.html @@ -70,8 +70,6 @@ translation_of: Web/API/WebGLRenderingContext/blendColor <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api/WebGLRenderingContext", "WebGLRenderingContext.blendColor")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/blendequation/index.html b/files/zh-cn/web/api/webglrenderingcontext/blendequation/index.html index 6eadfcf91e..65a609021f 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/blendequation/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/blendequation/index.html @@ -100,8 +100,6 @@ gl.getParameter(gl.BLEND_EQUATION_ALPHA) === gl.FUNC_ADD; <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api/WebGLRenderingContext", "WebGLRenderingContext.blendEquation")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/blendequationseparate/index.html b/files/zh-cn/web/api/webglrenderingcontext/blendequationseparate/index.html index e274a77dde..6914a93453 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/blendequationseparate/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/blendequationseparate/index.html @@ -112,8 +112,6 @@ gl.getParameter(gl.BLEND_EQUATION_ALPHA) === gl.FUNC_ADD; <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.blendEquationSeparate")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/blendfunc/index.html b/files/zh-cn/web/api/webglrenderingcontext/blendfunc/index.html index 1b7bc65eb7..8029b9320f 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/blendfunc/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/blendfunc/index.html @@ -168,8 +168,6 @@ gl.getParameter(gl.BLEND_SRC_RGB) == gl.SRC_COLOR; <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.blendFunc")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/bufferdata/index.html b/files/zh-cn/web/api/webglrenderingcontext/bufferdata/index.html index 4f6fb7af93..21243377e9 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/bufferdata/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/bufferdata/index.html @@ -148,8 +148,6 @@ gl.getBufferParameter(gl.ARRAY_BUFFER, gl.BUFFER_USAGE); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.bufferData")}}</p> <h2 id="更多">更多</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/clear/index.html b/files/zh-cn/web/api/webglrenderingcontext/clear/index.html index ac8f044933..a12dd03623 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/clear/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/clear/index.html @@ -76,8 +76,6 @@ gl.getParameter(gl.STENCIL_CLEAR_VALUE); <h2 id="浏览器兼容">浏览器兼容</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api/WebGLRenderingContext", "WebGLRenderingContext.clear")}}</p> <h2 id="相关内容">相关内容</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/clearcolor/index.html b/files/zh-cn/web/api/webglrenderingcontext/clearcolor/index.html index 09293b4450..2fdd8e72b3 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/clearcolor/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/clearcolor/index.html @@ -66,8 +66,6 @@ translation_of: Web/API/WebGLRenderingContext/clearColor <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api/WebGLRenderingContext", "WebGLRenderingContext.clearColor")}}</p> <h2 id="相关内容">相关内容</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/cleardepth/index.html b/files/zh-cn/web/api/webglrenderingcontext/cleardepth/index.html index a663975cc2..6ee6eff027 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/cleardepth/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/cleardepth/index.html @@ -62,8 +62,6 @@ translation_of: Web/API/WebGLRenderingContext/clearDepth <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.clearDepth")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/commit/index.html b/files/zh-cn/web/api/webglrenderingcontext/commit/index.html index c2e80d04d0..2519f6ce6b 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/commit/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/commit/index.html @@ -29,8 +29,6 @@ gl.commit(); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">此页面中的兼容性表格由结构化数据生成。 如果您想提供数据,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们发送合并请求。</p> - <p>{{Compat("api.WebGLRenderingContext.commit")}}</p> <h2 id="另请参阅">另请参阅</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/compileshader/index.html b/files/zh-cn/web/api/webglrenderingcontext/compileshader/index.html index 313989f0aa..537cba3579 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/compileshader/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/compileshader/index.html @@ -50,8 +50,6 @@ gl.compileShader(shader); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.compileShader")}}</p> <h2 id="更多:">更多:</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/compressedteximage2d/index.html b/files/zh-cn/web/api/webglrenderingcontext/compressedteximage2d/index.html index 939440ed64..123690e0fd 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/compressedteximage2d/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/compressedteximage2d/index.html @@ -215,8 +215,6 @@ gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MIN_FILTER, gl.LINEAR); <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <h3 id="compressedTexImage2D">compressedTexImage2D</h3> <p>{{Compat("api.WebGLRenderingContext.compressedTexImage2D")}}</p> diff --git a/files/zh-cn/web/api/webglrenderingcontext/createbuffer/index.html b/files/zh-cn/web/api/webglrenderingcontext/createbuffer/index.html index eaf95a97d8..8de9d0194f 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/createbuffer/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/createbuffer/index.html @@ -59,8 +59,6 @@ var buffer = gl.createBuffer(); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.createBuffer")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/createframebuffer/index.html b/files/zh-cn/web/api/webglrenderingcontext/createframebuffer/index.html index dfc5401186..8e1be21ee4 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/createframebuffer/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/createframebuffer/index.html @@ -53,8 +53,6 @@ var framebuffer = gl.createFramebuffer(); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request. </p> - <p>{{Compat("api.WebGLRenderingContext.createFramebuffer")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/createprogram/index.html b/files/zh-cn/web/api/webglrenderingcontext/createprogram/index.html index 1a0214b0e2..a2bce4d9a4 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/createprogram/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/createprogram/index.html @@ -64,8 +64,6 @@ if ( !gl.getProgramParameter( program, gl.LINK_STATUS) ) { <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api/WebGLRenderingContext", "WebGLRenderingContext.createProgram")}}</p> <h2 id="相关资料">相关资料</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/createrenderbuffer/index.html b/files/zh-cn/web/api/webglrenderingcontext/createrenderbuffer/index.html index c434e1eed2..11599ea586 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/createrenderbuffer/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/createrenderbuffer/index.html @@ -53,8 +53,6 @@ var renderBuffer = gl.createRenderBuffer(); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.createRenderbuffer")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/createshader/index.html b/files/zh-cn/web/api/webglrenderingcontext/createshader/index.html index a8471ef516..42af506c3b 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/createshader/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/createshader/index.html @@ -52,8 +52,6 @@ translation_of: Web/API/WebGLRenderingContext/createShader <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.createShader")}}</p> <h2 id="其他相关">其他相关</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/createtexture/index.html b/files/zh-cn/web/api/webglrenderingcontext/createtexture/index.html index eaf77b4e27..bf44c36368 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/createtexture/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/createtexture/index.html @@ -55,8 +55,6 @@ var texture = gl.createTexture(); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.createTexture")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/cullface/index.html b/files/zh-cn/web/api/webglrenderingcontext/cullface/index.html index bcabedcb95..9c2e5f4be8 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/cullface/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/cullface/index.html @@ -67,8 +67,6 @@ gl.cullFace(gl.FRONT_AND_BACK); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.cullFace")}}</p> <h2 id="相关资料">相关资料</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/deletebuffer/index.html b/files/zh-cn/web/api/webglrenderingcontext/deletebuffer/index.html index f8cbf3a7f1..ff34c59eb5 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/deletebuffer/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/deletebuffer/index.html @@ -61,8 +61,6 @@ gl.deleteBuffer(buffer);</pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.deleteBuffer")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/deleteframebuffer/index.html b/files/zh-cn/web/api/webglrenderingcontext/deleteframebuffer/index.html index eea968007a..92fb6b9fe0 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/deleteframebuffer/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/deleteframebuffer/index.html @@ -59,8 +59,6 @@ gl.deleteFramebuffer(framebuffer);</pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.deleteFramebuffer")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/deleteprogram/index.html b/files/zh-cn/web/api/webglrenderingcontext/deleteprogram/index.html index 3cde58761f..c24a6425ee 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/deleteprogram/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/deleteprogram/index.html @@ -59,8 +59,6 @@ gl.deleteProgram(program);</pre> <h2 id="浏览器支持">浏览器支持</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.deleteProgram")}}</p> <h2 id="其他相关">其他相关</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/deleterenderbuffer/index.html b/files/zh-cn/web/api/webglrenderingcontext/deleterenderbuffer/index.html index ff3acc9e56..ab4a89889f 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/deleterenderbuffer/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/deleterenderbuffer/index.html @@ -59,8 +59,6 @@ gl.deleteRenderbuffer(renderbuffer);</pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.deleteRenderbuffer")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/deleteshader/index.html b/files/zh-cn/web/api/webglrenderingcontext/deleteshader/index.html index 54a7e9aaea..e129690385 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/deleteshader/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/deleteshader/index.html @@ -53,8 +53,6 @@ translation_of: Web/API/WebGLRenderingContext/deleteShader <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.deleteShader")}}</p> <h2 id="其他相关">其他相关</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/deletetexture/index.html b/files/zh-cn/web/api/webglrenderingcontext/deletetexture/index.html index 1871f5384f..a32b8cf6f5 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/deletetexture/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/deletetexture/index.html @@ -61,8 +61,6 @@ gl.deleteTexture(texture);</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.deleteTexture")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/depthfunc/index.html b/files/zh-cn/web/api/webglrenderingcontext/depthfunc/index.html index 71c4c1b04e..f0d2c78a5c 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/depthfunc/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/depthfunc/index.html @@ -72,8 +72,6 @@ gl.depthFunc(gl.NEVER); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">此页面中的兼容性表格由结构化数据生成。 如果您想为数据做出贡献,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们发送合并请求。</p> - <p>{{Compat("api.WebGLRenderingContext.depthFunc")}}</p> <h2 id="另请参阅">另请参阅</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/depthmask/index.html b/files/zh-cn/web/api/webglrenderingcontext/depthmask/index.html index e4039e915f..e5b1e11242 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/depthmask/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/depthmask/index.html @@ -58,8 +58,6 @@ translation_of: Web/API/WebGLRenderingContext/depthMask <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api/WebGLRenderingContext", "WebGLRenderingContext.depthMask")}}</p> <h2 id="相关内容">相关内容</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/detachshader/index.html b/files/zh-cn/web/api/webglrenderingcontext/detachshader/index.html index fba169ad44..5650f4b26a 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/detachshader/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/detachshader/index.html @@ -71,8 +71,6 @@ translation_of: Web/API/WebGLRenderingContext/detachShader <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.detachShader")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/disable/index.html b/files/zh-cn/web/api/webglrenderingcontext/disable/index.html index c1717db568..4972822717 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/disable/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/disable/index.html @@ -127,8 +127,6 @@ translation_of: Web/API/WebGLRenderingContext/disable <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.disable")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/drawarrays/index.html b/files/zh-cn/web/api/webglrenderingcontext/drawarrays/index.html index f27d923833..3b0b40b059 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/drawarrays/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/drawarrays/index.html @@ -76,8 +76,6 @@ translation_of: Web/API/WebGLRenderingContext/drawArrays <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.drawArrays")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/drawelements/index.html b/files/zh-cn/web/api/webglrenderingcontext/drawelements/index.html index e0dc9e96c6..8026511ec2 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/drawelements/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/drawelements/index.html @@ -91,8 +91,6 @@ translation_of: Web/API/WebGLRenderingContext/drawElements <h2 id="浏览器兼容">浏览器兼容</h2> -<p class="hidden">此页面中的兼容性表是从结构化数据生成的。如果你想贡献数据, 请检出 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们发送拉动请求.</p> - <p>{{Compat("api.WebGLRenderingContext.drawElements")}}</p> <h2 id="相关参考">相关参考</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/enable/index.html b/files/zh-cn/web/api/webglrenderingcontext/enable/index.html index 19fe6655ff..da1349027b 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/enable/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/enable/index.html @@ -144,8 +144,6 @@ translation_of: Web/API/WebGLRenderingContext/enable <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.enable")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/enablevertexattribarray/index.html b/files/zh-cn/web/api/webglrenderingcontext/enablevertexattribarray/index.html index 493c9efa59..d67de36913 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/enablevertexattribarray/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/enablevertexattribarray/index.html @@ -88,8 +88,6 @@ gl.drawArrays(gl.TRIANGLES, 0, vertexCount);</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.enableVertexAttribArray")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/getattriblocation/index.html b/files/zh-cn/web/api/webglrenderingcontext/getattriblocation/index.html index fb8cd90aa8..5b34087666 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/getattriblocation/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/getattriblocation/index.html @@ -54,8 +54,6 @@ translation_of: Web/API/WebGLRenderingContext/getAttribLocation <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.getAttribLocation")}}</p> <h2 id="相关资料">相关资料</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/getcontextattributes/index.html b/files/zh-cn/web/api/webglrenderingcontext/getcontextattributes/index.html index a7eccd10a4..73351d2e88 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/getcontextattributes/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/getcontextattributes/index.html @@ -68,8 +68,6 @@ gl.getContextAttributes(); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">此页面中的兼容性表格由结构化数据生成。 如果您想为数据做出贡献,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们发送合并请求。</p> - <p>{{Compat("api.WebGLRenderingContext.getContextAttributes")}}</p> <h2 id="另请参阅">另请参阅</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/getparameter/index.html b/files/zh-cn/web/api/webglrenderingcontext/getparameter/index.html index 371ce46ef3..548d2d4ec3 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/getparameter/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/getparameter/index.html @@ -993,8 +993,6 @@ gl.getParameter(gl.VIEWPORT); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">此页面中的兼容性表格由结构化数据生成。 如果您想为数据做出贡献,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们提交合并请求。</p> - <p>{{Compat("api.WebGLRenderingContext.getParameter")}}</p> <h2 id="另请参阅">另请参阅</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/getprograminfolog/index.html b/files/zh-cn/web/api/webglrenderingcontext/getprograminfolog/index.html index 8ba38fdf5e..7b9ae239f7 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/getprograminfolog/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/getprograminfolog/index.html @@ -68,8 +68,6 @@ gl.getProgramInfoLog(program); <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.getProgramInfoLog")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/getprogramparameter/index.html b/files/zh-cn/web/api/webglrenderingcontext/getprogramparameter/index.html index 91cba90cc1..9b69b0f71f 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/getprogramparameter/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/getprogramparameter/index.html @@ -78,8 +78,6 @@ translation_of: Web/API/WebGLRenderingContext/getProgramParameter <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.getProgramParameter")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/getshaderparameter/index.html b/files/zh-cn/web/api/webglrenderingcontext/getshaderparameter/index.html index f9e76ea261..cdaa4b87fb 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/getshaderparameter/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/getshaderparameter/index.html @@ -61,8 +61,6 @@ translation_of: Web/API/WebGLRenderingContext/getShaderParameter <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.getShaderParameter")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/getshadersource/index.html b/files/zh-cn/web/api/webglrenderingcontext/getshadersource/index.html index 377ff49e8d..d225ce8d62 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/getshadersource/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/getshadersource/index.html @@ -54,8 +54,6 @@ var source = gl.getShaderSource(shader);</pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.getShaderSource")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/gettexparameter/index.html b/files/zh-cn/web/api/webglrenderingcontext/gettexparameter/index.html index b37ddcbe37..a920ba250b 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/gettexparameter/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/gettexparameter/index.html @@ -190,8 +190,6 @@ translation_of: Web/API/WebGLRenderingContext/getTexParameter <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">此页面的兼容性表格是根据结构化数据生成的. 如果你有兴趣贡献数据, 请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 给我们发pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.getTexParameter")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/iscontextlost/index.html b/files/zh-cn/web/api/webglrenderingcontext/iscontextlost/index.html index d8135d7364..839eadc14c 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/iscontextlost/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/iscontextlost/index.html @@ -47,8 +47,6 @@ if (!gl.getProgramParameter(program, gl.LINK_STATUS) && !gl.isContextLos <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.isContextLost")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/isprogram/index.html b/files/zh-cn/web/api/webglrenderingcontext/isprogram/index.html index 0c272f6188..ab475d1b1d 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/isprogram/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/isprogram/index.html @@ -60,8 +60,6 @@ gl.isProgram(program); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.isProgram")}}</p> <h2 id="另请参见">另请参见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/isshader/index.html b/files/zh-cn/web/api/webglrenderingcontext/isshader/index.html index b0a5c10de4..023e3276db 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/isshader/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/isshader/index.html @@ -66,8 +66,6 @@ gl.isShader(shader); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.isShader")}}</p> <h2 id="参阅">参阅</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/linkprogram/index.html b/files/zh-cn/web/api/webglrenderingcontext/linkprogram/index.html index 86d850ebff..9395e23b57 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/linkprogram/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/linkprogram/index.html @@ -61,8 +61,6 @@ gl.linkProgram(program); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">此页面中的兼容性表是根据结构化数据生成的。 如果您想贡献数据,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们发送请求请求。</p> - <p>{{Compat("api.WebGLRenderingContext.linkProgram")}}</p> <h2 id="参考">参考</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/pixelstorei/index.html b/files/zh-cn/web/api/webglrenderingcontext/pixelstorei/index.html index 1a84fa6f9a..364b27cefe 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/pixelstorei/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/pixelstorei/index.html @@ -220,8 +220,6 @@ gl.getParameter(gl.UNPACK_ALIGNMENT); <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api/WebGLRenderingContext", "WebGLRenderingContext.pixelStorei")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/polygonoffset/index.html b/files/zh-cn/web/api/webglrenderingcontext/polygonoffset/index.html index bec5cebef6..30d20e982b 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/polygonoffset/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/polygonoffset/index.html @@ -66,8 +66,6 @@ gl.getParameter(gl.POLYGON_OFFSET_UNITS); // 3 <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.polygonOffset")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/renderbufferstorage/index.html b/files/zh-cn/web/api/webglrenderingcontext/renderbufferstorage/index.html index 60057a8809..e53315ea8c 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/renderbufferstorage/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/renderbufferstorage/index.html @@ -138,8 +138,6 @@ translation_of: Web/API/WebGLRenderingContext/renderbufferStorage <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.renderbufferStorage")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/scissor/index.html b/files/zh-cn/web/api/webglrenderingcontext/scissor/index.html index 87c080f3ba..d2d99c0e71 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/scissor/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/scissor/index.html @@ -81,8 +81,6 @@ gl.getParameter(gl.SCISSOR_BOX); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.scissor")}}</p> <h2 id="参见">参见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/shadersource/index.html b/files/zh-cn/web/api/webglrenderingcontext/shadersource/index.html index 3527279b63..ab1704f522 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/shadersource/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/shadersource/index.html @@ -56,8 +56,6 @@ var source = gl.getShaderSource(shader);</pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.shaderSource")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/teximage2d/index.html b/files/zh-cn/web/api/webglrenderingcontext/teximage2d/index.html index fb578ac252..fc71d72bb1 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/teximage2d/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/teximage2d/index.html @@ -852,8 +852,6 @@ void gl.texImage2D(target, level, internalformat, width, height, border, format, <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.texImage2D")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/texparameter/index.html b/files/zh-cn/web/api/webglrenderingcontext/texparameter/index.html index 6d32ac62e4..f07e521bb1 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/texparameter/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/texparameter/index.html @@ -161,8 +161,6 @@ gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MIN_FILTER, gl.LINEAR_MIPMAP_NEAREST) <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.texParameterf")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/uniform/index.html b/files/zh-cn/web/api/webglrenderingcontext/uniform/index.html index d3c65c9b2c..d040d514ea 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/uniform/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/uniform/index.html @@ -82,8 +82,6 @@ void <var>gl</var>.uniform4iv(<var>location</var>, <var>value</var>); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.uniform1f")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/uniformmatrix/index.html b/files/zh-cn/web/api/webglrenderingcontext/uniformmatrix/index.html index 57669ab170..c4362c5b74 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/uniformmatrix/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/uniformmatrix/index.html @@ -69,8 +69,6 @@ translation_of: Web/API/WebGLRenderingContext/uniformMatrix <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.uniformMatrix2fv")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/useprogram/index.html b/files/zh-cn/web/api/webglrenderingcontext/useprogram/index.html index 822a0b5684..871ebcba9d 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/useprogram/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/useprogram/index.html @@ -59,8 +59,6 @@ gl.useProgram(program); <h2 id="浏览器兼容">浏览器兼容</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.useProgram")}}</p> <h2 id="相关资料">相关资料</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/validateprogram/index.html b/files/zh-cn/web/api/webglrenderingcontext/validateprogram/index.html index 7139cec259..49125edcce 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/validateprogram/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/validateprogram/index.html @@ -71,8 +71,6 @@ gl.useProgram(program); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.validateProgram")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/vertexattrib/index.html b/files/zh-cn/web/api/webglrenderingcontext/vertexattrib/index.html index d511b0c1d8..ab085a37f0 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/vertexattrib/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/vertexattrib/index.html @@ -70,8 +70,6 @@ gl.vertexAttrib3fv(a_foobar, floatArray);</pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.vertexAttrib1f")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/vertexattribpointer/index.html b/files/zh-cn/web/api/webglrenderingcontext/vertexattribpointer/index.html index 6b0ce373b7..9398bab823 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/vertexattribpointer/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/vertexattribpointer/index.html @@ -258,8 +258,6 @@ gl.enableVertexAttribArray(locTexUV); <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.vertexAttribPointer")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/zh-cn/web/api/webglrenderingcontext/viewport/index.html b/files/zh-cn/web/api/webglrenderingcontext/viewport/index.html index 5ec23528a3..1030a218ad 100644 --- a/files/zh-cn/web/api/webglrenderingcontext/viewport/index.html +++ b/files/zh-cn/web/api/webglrenderingcontext/viewport/index.html @@ -79,8 +79,6 @@ translation_of: Web/API/WebGLRenderingContext/viewport <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.WebGLRenderingContext.viewport")}}</p> <h2 id="另见">另见</h2> |