diff options
author | YujiSoftware <yuji.software+github@gmail.com> | 2022-03-02 20:22:51 +0900 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-03-04 01:03:17 +0800 |
commit | 9a110dee28ae2ef12ee014b98fda6bae6ee48edb (patch) | |
tree | 6525763f4313d7d8f42aefa699765f61ee1c63df /files/zh-cn/web/api/webgluniformlocation | |
parent | eeddb651b6e8deb8ecabc2bc5bc28c8ead25cca5 (diff) | |
download | translated-content-9a110dee28ae2ef12ee014b98fda6bae6ee48edb.tar.gz translated-content-9a110dee28ae2ef12ee014b98fda6bae6ee48edb.tar.bz2 translated-content-9a110dee28ae2ef12ee014b98fda6bae6ee48edb.zip |
Migrate to Compat macro (zh-cn)
Diffstat (limited to 'files/zh-cn/web/api/webgluniformlocation')
-rw-r--r-- | files/zh-cn/web/api/webgluniformlocation/index.html | 69 |
1 files changed, 1 insertions, 68 deletions
diff --git a/files/zh-cn/web/api/webgluniformlocation/index.html b/files/zh-cn/web/api/webgluniformlocation/index.html index 7c9fa0669d..f53554eb1d 100644 --- a/files/zh-cn/web/api/webgluniformlocation/index.html +++ b/files/zh-cn/web/api/webgluniformlocation/index.html @@ -48,74 +48,7 @@ var location = gl.getUniformLocation(WebGLProgram, "uniformName");</pre> <h2 id="浏览器兼容性:">浏览器兼容性:</h2> -<div>{{CompatibilityTable}}</div> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>特性</th> - <th>谷歌Chrome</th> - <th>火狐Firefox (Gecko)</th> - <th>微软Internet Explorer</th> - <th>欧朋Opera</th> - <th>苹果Safari</th> - </tr> - <tr> - <td>基础支持</td> - <td>{{CompatChrome("9")}}</td> - <td>{{CompatGeckoDesktop("2.0")}}</td> - <td>{{CompatIE("11")}}</td> - <td>{{CompatOpera("12")}}</td> - <td>{{CompatSafari("5.1")}}</td> - </tr> - <tr> - <td>可用版本</td> - <td>{{CompatNo}}</td> - <td>{{CompatGeckoDesktop(44)}} [1]</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>特性</th> - <th>安卓Android</th> - <th>谷歌Chrome(安卓版)</th> - <th>火狐Firefox(Gecko)(移动版)</th> - <th>微软IE(移动版)</th> - <th>欧朋Opera(移动版)</th> - <th>苹果Safari(移动版)</th> - </tr> - <tr> - <td>基础支持</td> - <td>{{CompatUnknown}}</td> - <td>25</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>12</td> - <td>8.1</td> - </tr> - <tr> - <td>可用版本</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatGeckomobile(44)}} [1]</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] 这是特性首选项之后的特性。在 关于:配置,设置<code> gfx.offscreencanvas.enabled 为true。</code></p> +{{Compat("api.WebGLUniformLocation")}} <h2 id="另请参阅:">另请参阅:</h2> |