git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@523 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2007-12-28 02:04:26 +00:00
parent 34af7ad89a
commit c8bd15de14
2 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,8 @@ my %typemap = (
# ARB VBO introduces these.
sizeiptr => "GLsizeiptr",
intptr => "GLintptr",
sizeiptrARB => "GLsizeiptrARB",
intptrARB => "GLintptrARB",

View File

@ -77,6 +77,7 @@ width="88" height="32" border="0" alt="Support This Project"></a></td></tr>
<ul>
<li> Licensing change (BSD, Mesa 3-D, Khronos)
<li> Switch to using registry on <a href="http://www.opengl.org/registry/">www.opengl.org</a>
<li> Support for major and minor version strings
</ul>
<li> New extensions:
<ul>