Re: 3.2 Core Profile on Mac OS X (Mavericks)
Posted by
Sven Gothel on
URL: https://forum.jogamp.org/3-2-Core-Profile-on-Mac-OS-X-Mavericks-tp4032548p4032555.html
On 07/13/2014 07:58 PM, pdelirium [via jogamp] wrote:
> I can't seem to get any profile other than "2.1 (Compat profile, FBO,
> hardware)". I've tried GLProfile.getMaxProgrammableCore(true) and
> GLProfile.get(GLProfile.GL3) but I just get the same 2.1 profile after calling
> createExternalGLContext().
"createExternalGLContext()" purpose is to hook to an externally created OpenGL
context, pls check w/ API doc.
We attempt a few methods to figure out the GLProfile here,
but cannot be sure.
For full SWT examples, pls check JOGL's junit tests,
the are in 'jogl/src/test' and include 'SWT' in their name,
e.g. : find jogl/src/test -name \*SWT\*.java
~Sven