Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOIL is using deprecated functionality #1

Closed
SpartanJ opened this issue Jul 29, 2013 · 2 comments
Closed

SOIL is using deprecated functionality #1

SpartanJ opened this issue Jul 29, 2013 · 2 comments
Labels
bug Something isn't working major

Comments

@SpartanJ
Copy link
Owner

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
Copy link
Owner Author

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


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

@SpartanJ
Copy link
Owner Author

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


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

@SpartanJ SpartanJ added major bug Something isn't working labels Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant