mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 17:56:51 +00:00
8a23fbf56f
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. |
||
---|---|---|
.. | ||
tests | ||
make_opengl | ||
Makefile.in | ||
opengl32.spec | ||
opengl_ext.c | ||
opengl_ext.h | ||
opengl_norm.c | ||
version.rc | ||
wgl.c |