Closed SpartanJ closed 11 years ago
Original report by Anonymous.
The query* functions are using 'glGetString(GL_EXTENSIONS)' which has been deprecated in OpenGL 3.0 and removed in core profile 3.1
http://stackoverflow.com/questions/17923782/simple-opengl-image-library-soil-uses-deprecated-functionality
Original comment by Martín Lucas Golini (Bitbucket: SpartanJ, GitHub: SpartanJ).
You're correct. I'll fix this ASAP. Thanks for reporting it!
Fixed issue #1. Fixed OS X test linking problems. Small fix in isAtLeastGL3.
Original report by Anonymous.
The query* functions are using 'glGetString(GL_EXTENSIONS)' which has been deprecated in OpenGL 3.0 and removed in core profile 3.1
http://stackoverflow.com/questions/17923782/simple-opengl-image-library-soil-uses-deprecated-functionality