Khronos Group Webmaster | c9f4045 | 2017-07-27 21:30:51 -0400 | [diff] [blame] | 1 | <?php |
| 2 | $static_title = 'Khronos WebGL API Registry'; |
kbr_google | b48ca87 | 2011-01-27 20:42:24 +0000 | [diff] [blame] | 3 | |
Khronos Group Webmaster | c9f4045 | 2017-07-27 21:30:51 -0400 | [diff] [blame] | 4 | include_once("../../assets/static_pages/khr_page_top.php"); |
| 5 | ?> |
kbr_google | b48ca87 | 2011-01-27 20:42:24 +0000 | [diff] [blame] | 6 | |
| 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 Webmaster | 4bce100 | 2017-07-27 21:32:55 -0400 | [diff] [blame] | 12 | <h2>WebGL Core API Specification, IDL, and Documentation</h2> |
kbr_google | b48ca87 | 2011-01-27 20:42:24 +0000 | [diff] [blame] | 13 | |
| 14 | <ul> |
| 15 | <li> <a href="specs/latest">WebGL current draft specification</a>. |
| 16 | </li> |
kbr_google | b48ca87 | 2011-01-27 20:42:24 +0000 | [diff] [blame] | 17 | </ul> |
| 18 | |
Khronos Group Webmaster | 4bce100 | 2017-07-27 21:32:55 -0400 | [diff] [blame] | 19 | <h2 id="otherextspecs">WebGL Extensions</h2> |
kbr_google | b48ca87 | 2011-01-27 20:42:24 +0000 | [diff] [blame] | 20 | <ul> |
| 21 | <li> <a href="extensions/">WebGL extension registry</a> </li> |
| 22 | </ul> |
Ken Russell | 8271ba6 | 2014-05-14 11:59:12 -0700 | [diff] [blame] | 23 | |
James Riordon | 1f55c35 | 2018-01-29 10:16:32 -0500 | [diff] [blame] | 24 | <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 Webmaster | 4bce100 | 2017-07-27 21:32:55 -0400 | [diff] [blame] | 30 | <h2 id="ip-disclosures">IP Disclosures for the WebGL API</h2> |
Ken Russell | 8271ba6 | 2014-05-14 11:59:12 -0700 | [diff] [blame] | 31 | <ul> |
James Riordon | 1f55c35 | 2018-01-29 10:16:32 -0500 | [diff] [blame] | 32 | <li> <a href="https://www.khronos.org/files/ip-disclosures/webgl/">WebGL IP Disclosures</a> </li> |
Ken Russell | 8271ba6 | 2014-05-14 11:59:12 -0700 | [diff] [blame] | 33 | </ul> |
Khronos Group Webmaster | c9f4045 | 2017-07-27 21:30:51 -0400 | [diff] [blame] | 34 | |
James Riordon | 1f55c35 | 2018-01-29 10:16:32 -0500 | [diff] [blame] | 35 | <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 Webmaster | c9f4045 | 2017-07-27 21:30:51 -0400 | [diff] [blame] | 55 | <?php include_once("../../assets/static_pages/khr_page_bottom.php"); ?> |
| 56 | </body> |
kbr_google | b48ca87 | 2011-01-27 20:42:24 +0000 | [diff] [blame] | 57 | </html> |