• Rico Schüller's avatar
    opengl32: Allow multiple extensions to support the same function. · 8a23fbf5
    Rico Schüller authored
    This allows that gl functions are available for different extensions,
    e.g. "glVertexP2ui" which is new GL_ARB_vertex_type_2_10_10_10_rev and
    also in GL_VERSION_3_3. It is valid to get that function for each gl
    version when GL_ARB_vertex_type_2_10_10_10_rev is in the extension list.
    On the other hand that function is available, when the gl version is >= 3.3.
    8a23fbf5
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Make.vars.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...