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/webgl2renderingcontext | |
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/webgl2renderingcontext')
9 files changed, 0 insertions, 18 deletions
diff --git a/files/zh-cn/web/api/webgl2renderingcontext/beginquery/index.html b/files/zh-cn/web/api/webgl2renderingcontext/beginquery/index.html index ef9c00baea..dbda8550f3 100644 --- a/files/zh-cn/web/api/webgl2renderingcontext/beginquery/index.html +++ b/files/zh-cn/web/api/webgl2renderingcontext/beginquery/index.html @@ -63,8 +63,6 @@ gl.beginQuery(gl.ANY_SAMPLES_PASSED, query); <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.WebGL2RenderingContext.beginQuery")}}</p> <h2 id="参考">参考</h2> diff --git a/files/zh-cn/web/api/webgl2renderingcontext/begintransformfeedback/index.html b/files/zh-cn/web/api/webgl2renderingcontext/begintransformfeedback/index.html index eb16d118a6..b000a8c1af 100644 --- a/files/zh-cn/web/api/webgl2renderingcontext/begintransformfeedback/index.html +++ b/files/zh-cn/web/api/webgl2renderingcontext/begintransformfeedback/index.html @@ -68,8 +68,6 @@ gl.drawArrays(gl.TRIANGLES, 0, 3); <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.WebGL2RenderingContext.beginTransformFeedback")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/api/webgl2renderingcontext/bindbufferbase/index.html b/files/zh-cn/web/api/webgl2renderingcontext/bindbufferbase/index.html index 353373c972..790a0bda1b 100644 --- a/files/zh-cn/web/api/webgl2renderingcontext/bindbufferbase/index.html +++ b/files/zh-cn/web/api/webgl2renderingcontext/bindbufferbase/index.html @@ -67,8 +67,6 @@ translation_of: Web/API/WebGL2RenderingContext/bindBufferBase <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.WebGL2RenderingContext.bindBufferBase")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/api/webgl2renderingcontext/createsampler/index.html b/files/zh-cn/web/api/webgl2renderingcontext/createsampler/index.html index c9aa1b16e1..ed57790525 100644 --- a/files/zh-cn/web/api/webgl2renderingcontext/createsampler/index.html +++ b/files/zh-cn/web/api/webgl2renderingcontext/createsampler/index.html @@ -51,8 +51,6 @@ translation_of: Web/API/WebGL2RenderingContext/createSampler <h2 id="浏览器兼容">浏览器兼容</h2> -<p class="hidden">此页面中的兼容性表格是从结构化数据生成的。如果你想帮助我们改进该数据,查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们发送一个 PR ( pull request )。</p> - <p>{{Compat("api.WebGL2RenderingContext.createSampler")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webgl2renderingcontext/createvertexarray/index.html b/files/zh-cn/web/api/webgl2renderingcontext/createvertexarray/index.html index e05e7869a1..d4204c6ca0 100644 --- a/files/zh-cn/web/api/webgl2renderingcontext/createvertexarray/index.html +++ b/files/zh-cn/web/api/webgl2renderingcontext/createvertexarray/index.html @@ -58,8 +58,6 @@ gl.bindVertexArray(vao); <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.WebGL2RenderingContext.createVertexArray")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webgl2renderingcontext/drawbuffers/index.html b/files/zh-cn/web/api/webgl2renderingcontext/drawbuffers/index.html index 9a8f3f6797..b80dedc5de 100644 --- a/files/zh-cn/web/api/webgl2renderingcontext/drawbuffers/index.html +++ b/files/zh-cn/web/api/webgl2renderingcontext/drawbuffers/index.html @@ -64,8 +64,6 @@ translation_of: Web/API/WebGL2RenderingContext/drawBuffers <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/WebGL2RenderingContext", "WebGL2RenderingContext.drawBuffers")}}</p> <h2 id="详见">详见</h2> diff --git a/files/zh-cn/web/api/webgl2renderingcontext/teximage3d/index.html b/files/zh-cn/web/api/webgl2renderingcontext/teximage3d/index.html index 97dc1ca928..6818d93a2a 100644 --- a/files/zh-cn/web/api/webgl2renderingcontext/teximage3d/index.html +++ b/files/zh-cn/web/api/webgl2renderingcontext/teximage3d/index.html @@ -158,8 +158,6 @@ void <var>gl</var>.texImage3D(target, level, internalformat, width, height, dept <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.WebGL2RenderingContext.texImage3D")}}</p> <h2 id="另见">另见</h2> diff --git a/files/zh-cn/web/api/webgl2renderingcontext/uniform/index.html b/files/zh-cn/web/api/webgl2renderingcontext/uniform/index.html index 22b773d4de..569d7f51f7 100644 --- a/files/zh-cn/web/api/webgl2renderingcontext/uniform/index.html +++ b/files/zh-cn/web/api/webgl2renderingcontext/uniform/index.html @@ -74,8 +74,6 @@ void gl.uniform4uiv(location, data, optional srcOffset, optional srcLength); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">此页面的兼容性表格是通过结构化数据( structured data)生成.如果您想对数据做出贡献, 请点击<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并且通过邮箱给我们回复</p> - <p>{{Compat("api.WebGL2RenderingContext.uniform1ui")}}</p> <h2 id="详见">详见</h2> diff --git a/files/zh-cn/web/api/webgl2renderingcontext/uniformmatrix/index.html b/files/zh-cn/web/api/webgl2renderingcontext/uniformmatrix/index.html index c541e1200d..458ebc7202 100644 --- a/files/zh-cn/web/api/webgl2renderingcontext/uniformmatrix/index.html +++ b/files/zh-cn/web/api/webgl2renderingcontext/uniformmatrix/index.html @@ -68,8 +68,6 @@ void gl.uniformMatrix4fv(location, transpose, data, optional srcOffset, optional <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden"><span class="transSent">此页中的兼容性表由结构化数据生成。</span><span class="transSent">如果你想对数据有所贡献</span> , 请点击 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并且给我们一个回复</p> - <p>{{Compat("api.WebGL2RenderingContext.uniformMatrix2fv")}}</p> <h2 id="令见">令见</h2> |