hello, i am starting to work a lot with gl extensions and was wondering if there is some kind of library to use them.
does something like GLEW exist for jogl?
thanks!
hello, i am starting to work a lot with gl extensions and was wondering if there is some kind of library to use them.
does something like GLEW exist for jogl?
thanks!
You can use GL#isExtensionAvailable to query extension availability. All supported extensions are already exposed in the GL interface, so there is no need for a special library in order to use them.
ah that’s nice! thanks!