mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-22 14:45:06 +00:00
Bug fix
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@523 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
34af7ad89a
commit
c8bd15de14
@ -47,6 +47,8 @@ my %typemap = (
|
||||
|
||||
# ARB VBO introduces these.
|
||||
|
||||
sizeiptr => "GLsizeiptr",
|
||||
intptr => "GLintptr",
|
||||
sizeiptrARB => "GLsizeiptrARB",
|
||||
intptrARB => "GLintptrARB",
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user