1 Star 0 Fork 0

eighthoursleep/WebGL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
James Riordon 提交于 2018-01-29 10:16 . Expand page with additional links
<?php
$static_title = 'Khronos WebGL API Registry';
include_once("../../assets/static_pages/khr_page_top.php");
?>
<p> The WebGL API registry contains specifications of the core API;
specifications of Khronos- and vendor-approved WebGL extensions;
IDL files corresponding to the specifications; and other related
documentation.
<h2>WebGL Core API Specification, IDL, and Documentation</h2>
<ul>
<li> <a href="specs/latest">WebGL current draft specification</a>.
</li>
</ul>
<h2 id="otherextspecs">WebGL Extensions</h2>
<ul>
<li> <a href="extensions/">WebGL extension registry</a> </li>
</ul>
<h2 id="">Contributing</h2>
<ul>
<li><a href="https://github.com/KhronosGroup/WebGL">Github repository</a></li>
<li><a href="https://github.com/KhronosGroup/WebGL/issues">Issue tracker</a></li>
</ul>
<h2 id="ip-disclosures">IP Disclosures for the WebGL API</h2>
<ul>
<li> <a href="https://www.khronos.org/files/ip-disclosures/webgl/">WebGL IP Disclosures</a> </li>
</ul>
<h2 id="">Editor's Drafts</h2>
<ul>
<li><a href="https://www.khronos.org/registry/webgl/specs/latest/1.0/">Latest 1.0 spec</a></li>
<li><a href="https://www.khronos.org/registry/webgl/specs/latest/2.0/">Latest 2.0 spec</a></li>
</ul>
<h2 id="">Official Specification Versions</h2>
<ul>
<li><a href="https://www.khronos.org/registry/webgl/specs/1.0.3/">1.0.3 spec</a></li>
<li><a href="https://www.khronos.org/registry/webgl/specs/2.0.0/">2.0.0 spec</a></li>
</ul>
<h2> Providing Feedback on the Registry </h2>
<p> Khronos welcomes comments and bug reports. To provide feedback on the
WebGL registry itself (such as reporting missing content, bad links,
etc.), file an issue in the <a
href="https://github.com/KhronosGroup/WebGL/issues">
WebGL </a> Github project. </p>
<?php include_once("../../assets/static_pages/khr_page_bottom.php"); ?>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/eighthoursleep/WebGL.git
[email protected]:eighthoursleep/WebGL.git
eighthoursleep
WebGL
WebGL
master

搜索帮助