Hello,
I was wondering how to get information whether a certain function is supported in a particular jogl-implementation.
For example, I want to check, whether people have a jogl that also supports the OpenGL 1.5 functions or shader extension.
Just checking the version/extension string doesn’t help as this reports the extension as being available, but jogl doesn’t provide entrypoints to them.
Now I could use reflection but maybe there’s a cleaner way?
Thanks for your answers,
Jan