forked from KhronosGroup/WebGL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
41 lines (34 loc) · 1.29 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php include("../../_inc/doctype.txt"); ?>
<head>
<title>Khronos WebGL API Registry</title>
<?php include("../../_inc/registry/registry_head.txt"); ?>
</head>
<body id="developers" class="registry">
<?php include("../../_inc/registry/registry_body.txt"); ?>
<h1 class="pagetitle">Khronos WebGL API Registry</h1> <!-- top left shadow-->
<div id="mainformat">
<h1 style="text-align:center"> Khronos WebGL API Registry </h1>
<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.
<h6> WebGL Core API Specification, IDL, and Documentation </h6>
<ul>
<li> <a href="specs/latest">WebGL current draft specification</a>.
</li>
<li> <a href="specs/latest/1.0/webgl.idl"> webgl.idl </a>
Web IDL description of the WebGL API. </li>
</ul>
<h6> <a name="otherextspecs">
WebGL Extensions</a></h6>
<ul>
<li> <a href="extensions/">WebGL extension registry</a> </li>
</ul>
<h6> <a name="ip-disclosures">
IP Disclosures for the WebGL API</a></h6>
<ul>
<li> <a href="../../files/ip-disclosures/webgl/">WebGL IP Disclosures</a> </li>
</ul>
<?php include("../../_inc/registry/registry_footer.txt"); ?>
</body> <!-- END pagewrapper -->
</html>