Is it possible to print the OpenGL profile?

I know JME prints it to stdout by default, but I want to show it somewhere else.

2 Likes

To me it’s always been a frustrating limitation that JME does not provide a wrapped way to access this platform/native-lib-specific information.

In my Mythruna UI when I wanted to show driver, version, etc. in the graphics options UI, I had to go straight to lwjgl classes.

1 Like

I looked into this for the same reason several months ago (I think there is a forum post floating around somewhere about it). But I really do think that it would be a value-added PR for someone to add getters for this information.

1 Like

Probably not the best solution, but at least is… a solution. And is a starting place to fix it on android etc.

2 Likes