blob: 6a029bad795a95619f0711aa04bbd12dd17db5fb [file] [log] [blame]
Khronos Group Webmasterc9f40452017-07-27 21:30:51 -04001<?php
2$static_title = 'Khronos WebGL API Registry';
kbr_googleb48ca872011-01-27 20:42:24 +00003
Khronos Group Webmasterc9f40452017-07-27 21:30:51 -04004include_once("../../assets/static_pages/khr_page_top.php");
5?>
kbr_googleb48ca872011-01-27 20:42:24 +00006
7<p> The WebGL API registry contains specifications of the core API;
8 specifications of Khronos- and vendor-approved WebGL extensions;
9 IDL files corresponding to the specifications; and other related
10 documentation.
11
Khronos Group Webmaster4bce1002017-07-27 21:32:55 -040012<h2>WebGL Core API Specification, IDL, and Documentation</h2>
kbr_googleb48ca872011-01-27 20:42:24 +000013
14<ul>
15<li> <a href="specs/latest">WebGL current draft specification</a>.
16 </li>
kbr_googleb48ca872011-01-27 20:42:24 +000017</ul>
18
Khronos Group Webmaster4bce1002017-07-27 21:32:55 -040019<h2 id="otherextspecs">WebGL Extensions</h2>
kbr_googleb48ca872011-01-27 20:42:24 +000020<ul>
21<li> <a href="extensions/">WebGL extension registry</a> </li>
22</ul>
Ken Russell8271ba62014-05-14 11:59:12 -070023
James Riordon1f55c352018-01-29 10:16:32 -050024<h2 id="">Contributing</h2>
25<ul>
26 <li><a href="https://github.com/KhronosGroup/WebGL">Github repository</a></li>
27 <li><a href="https://github.com/KhronosGroup/WebGL/issues">Issue tracker</a></li>
28</ul>
29
Khronos Group Webmaster4bce1002017-07-27 21:32:55 -040030<h2 id="ip-disclosures">IP Disclosures for the WebGL API</h2>
Ken Russell8271ba62014-05-14 11:59:12 -070031<ul>
James Riordon1f55c352018-01-29 10:16:32 -050032<li> <a href="https://www.khronos.org/files/ip-disclosures/webgl/">WebGL IP Disclosures</a> </li>
Ken Russell8271ba62014-05-14 11:59:12 -070033</ul>
Khronos Group Webmasterc9f40452017-07-27 21:30:51 -040034
James Riordon1f55c352018-01-29 10:16:32 -050035<h2 id="">Editor's Drafts</h2>
36<ul>
37 <li><a href="https://www.khronos.org/registry/webgl/specs/latest/1.0/">Latest 1.0 spec</a></li>
38 <li><a href="https://www.khronos.org/registry/webgl/specs/latest/2.0/">Latest 2.0 spec</a></li>
39</ul>
40
41<h2 id="">Official Specification Versions</h2>
42<ul>
43 <li><a href="https://www.khronos.org/registry/webgl/specs/1.0.3/">1.0.3 spec</a></li>
44 <li><a href="https://www.khronos.org/registry/webgl/specs/2.0.0/">2.0.0 spec</a></li>
45</ul>
46
47<h2> Providing Feedback on the Registry </h2>
48
49<p> Khronos welcomes comments and bug reports. To provide feedback on the
50 WebGL registry itself (such as reporting missing content, bad links,
51 etc.), file an issue in the <a
52 href="https://github.com/KhronosGroup/WebGL/issues">
53 WebGL </a> Github project. </p>
54
Khronos Group Webmasterc9f40452017-07-27 21:30:51 -040055<?php include_once("../../assets/static_pages/khr_page_bottom.php"); ?>
56</body>
kbr_googleb48ca872011-01-27 20:42:24 +000057</html>