dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
755 stars 299 forks source link

Modern OpenGl and calls to deprecated functions #96

Open ThVoss opened 9 years ago

ThVoss commented 9 years ago

Hi,

I already left a commend on deprecated function calls on codeplex (see: https://sharpgl.codeplex.com/discussions/567675) and wanted to ask, if there is anything planned about this issue or if there is a another possibility to get around this than editing the SharpGL code.

Cheers Thomas

dwmkerr commented 9 years ago

Hi @ThVoss this will be addressed for 2.5, we should be using the backwards compatibility bit always in the default configuration of the controls. Thanks for reminding me of this one!