cginternals / globjects

C++ library strictly wrapping OpenGL objects.
https://globjects.org
MIT License
538 stars 59 forks source link

Fix possibly unresolved calls to glTextureImage2DMultisampleNV and gl… #363

Closed j-o closed 6 years ago

j-o commented 6 years ago

…TextureImage3DMultisampleNV

These are not part of the GL_ARB_direct_state_access and GL_EXT_direct_state_access extensions and therefore should not be used by the corresponding texture implementations.

scheibel commented 6 years ago

With this PR, you actively remove calls to glTextureImage*DMultisampleNV by calling the legacy implementation. Do you propose to drop the use of these functions altogether?