1<?php 2$static_title = 'Khronos OpenGL SC Registry'; 3 4include_once("../../assets/static_pages/khr_page_top.php"); 5?> 6 7<p> The OpenGL SC Registry contains specifications of the core API; 8 specifications of Khronos- and vendor-approved OpenGL SC extensions; 9 header files corresponding to the specifications; and related 10 documentation. </p> 11 12<p> The OpenGL SC Registry is part of the combined <a 13 href="http://www.khronos.org/registry/OpenGL/"> Combined OpenGL Registry </a> 14 for OpenGL, OpenGL ES, and OpenGL SC, which includes the <a 15 href="xml/README.md">XML API registry</a> of reserved enumerants and 16 functions. </p> 17 18<h2> OpenGL SC Core API Specification, Headers, and Documentation </h2> 19 20<p> The current version of OpenGL SC is OpenGL SC 2.0.1 </p> 21 22<ul> 23<li> <b><a href="docs/update_policy.php">Working Group Policy</a></b> for 24 when Specifications and extensions will be updated. </li> 25<li> OpenGL SC 2.0.1 26 <a href="specs/sc/sc_spec_2.0.1.pdf"> 27 Full Specification </a> (July 24, 2019). </li> 28<li> <tt><a href="api/GLSC2/glsc2.h"> <GLSC2/glsc2.h> </a></tt> 29 OpenGL SC 2.0 Header File. </li> 30<li> <tt><a href="api/GLSC2/glsc2ext.h"> <GLSC2/glsc2ext.h> </a></tt> 31 OpenGL SC 2.0 Extension Header File. </li> 32<li> <tt><a href="api/GLSC2/gl2platform.h"> <GLSC2/gl2platform.h> </a></tt> 33 OpenGL SC 2.0 Platform-Dependent Macros. </li> 34<li> The headers depend on the shared <a 35 href="https://www.khronos.org/registry/EGL/api/KHR/khrplatform.h"> 36 <tt><KHR/khrplatform.h></tt></a> header located in the 37 <a href="http://www.khronos.org/registry/EGL/"> EGL Registry </a>. 38<li> The headers are generated from the <a href="index.php#repository"> 39 OpenGL-Registry </a> github repository. 40<li> <a href="https://www.khronos.org/developers/reference-cards"> 41 OpenGL SC 2.0 Quick Reference Card. </a> </li> 42</ul> 43 44<h2> Older versions of OpenGL SC are also available </h2> 45 46<p> OpenGL SC 2.0 </p> 47 48<ul> 49<li> OpenGL SC 2.0 50 <a href="specs/sc/sc_spec_2.0.pdf"> 51 Full Specification </a> (April 19, 2016). </li> 52</ul> 53 54<p> OpenGL SC 1.0.1 </p> 55 56<ul> 57<li> OpenGL SC 1.0.1 58 <a href="specs/sc/sc_spec_1_0_1.pdf"> 59 Difference Specification </a> (March 12, 2009). </li> 60<li> <a href="api/GLSC/1.0.1/gl.h"> gl.h </a> - 61 OpenGL SC 1.0.1 Header File (March 16, 2009). </li> 62<li> <a href="specs/sc/es_sc_philosophy.pdf"> OpenGL SC Philosophy </a> 63 (June 6, 2005). </li> 64</ul> 65 66<p> OpenGL SC 1.0 </p> 67 68<ul> 69<li> OpenGL SC 1.0 70 <a href="specs/sc/opengles_sc_spec_1_0.pdf"> 71 Difference Specification </a> (June 6, 2005). </li> 72<li> <a href="api/GLSC/1.0/gl.h"> gl.h </a> - 73 OpenGL SC 1.0 Header File. </li> 74<li> <a href="specs/sc/es_sc_philosophy.pdf"> OpenGL SC Philosophy </a> 75 (June 6, 2005). </li> 76</ul> 77 78<?php include_once("../../assets/static_pages/khr_page_bottom.php"); ?> 79</body> 80</html> 81