diff options
Diffstat (limited to 'files/zh-cn/web/api/webgluniformlocation/index.html')
-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> |