SpartanJ / SOIL2

SOIL2 is a tiny C library used primarily for uploading textures into OpenGL.
MIT No Attribution
370 stars 75 forks source link

SOIL is using deprecated functionality #1

Closed SpartanJ closed 11 years ago

SpartanJ commented 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

SpartanJ commented 11 years ago

Original comment by Martín Lucas Golini (Bitbucket: SpartanJ, GitHub: SpartanJ).


You're correct. I'll fix this ASAP. Thanks for reporting it!

SpartanJ commented 11 years ago

Original comment by Martín Lucas Golini (Bitbucket: SpartanJ, GitHub: SpartanJ).


Fixed issue #1. Fixed OS X test linking problems. Small fix in isAtLeastGL3.