opengl32: Allow multiple extensions to support the same function.
commit8a23fbf56fa9e0191fbcdfe942b9be18d74c6388
authorRico Schüller <kgbricola@web.de>
Fri, 1 Nov 2013 17:18:19 +0000 (1 18:18 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 5 Nov 2013 19:38:21 +0000 (5 20:38 +0100)
tree33cbb38718b269520d1400c5242995982d214aba
parent465673a3d6906d32119e546f568d07e47b6ff4b7
opengl32: Allow multiple extensions to support the same function.

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.
dlls/opengl32/wgl.c