Re: JOGL project does not work in a different computer
Posted by Martin on Oct 27, 2021; 9:43am
URL: https://forum.jogamp.org/JOGL-project-does-not-work-in-a-different-computer-tp4041404p4041408.html
I don't think so. This version is the one of OpenGL as implemented by your GPU. The fact that 4.3 is not supported means that the hardware can't do it.
If you want to work on the widest possible computer set, you should include in your code some fallbacks for the case where the some function are missing, or try to do things with a function set that requires lower OpenGL version.
Maybe their exist software renderer to bridge the gap, but I don't know any.
Let us know how you fix this!