OLD | NEW |
| (Empty) |
1 <?php include("../../_inc/doctype.txt"); ?> | |
2 <head> | |
3 <title>Khronos WebGL API Registry</title> | |
4 <?php include("../../_inc/registry/registry_head.txt"); ?> | |
5 </head> | |
6 <body id="developers" class="registry"> | |
7 <?php include("../../_inc/registry/registry_body.txt"); ?> | |
8 <h1 class="pagetitle">Khronos WebGL API Registry</h1> <!-- top left shadow-
-> | |
9 <div id="mainformat"> | |
10 | |
11 | |
12 <h1 style="text-align:center"> Khronos WebGL API Registry </h1> | |
13 | |
14 <p> The WebGL API registry contains specifications of the core API; | |
15 specifications of Khronos- and vendor-approved WebGL extensions; | |
16 IDL files corresponding to the specifications; and other related | |
17 documentation. | |
18 | |
19 <h6> WebGL Core API Specification, IDL, and Documentation </h6> | |
20 | |
21 <ul> | |
22 <li> <a href="specs/latest">WebGL current draft specification</a>. | |
23 </li> | |
24 <li> <a href="specs/latest/webgl.idl"> webgl.idl </a> | |
25 Web IDL description of the WebGL API. </li> | |
26 </ul> | |
27 | |
28 <h6> <a name="otherextspecs"></a> | |
29 WebGL Extensions</h6> | |
30 <ul> | |
31 <li> <a href="extensions/">WebGL extension registry</a> </li> | |
32 </ul> | |
33 <?php include("../../_inc/registry/registry_footer.txt"); ?> | |
34 </body> <!-- END pagewrapper --> | |
35 </html> | |
OLD | NEW |