Re: GLContext version...
Posted by
Matt on
Jan 26, 2011; 10:33pm
URL: https://forum.jogamp.org/GLContext-version-tp2335528p2358014.html
Michael Bien wrote
On 01/26/2011 09:58 PM, Matt [via jogamp] wrote:
> So I do not see a way to programatically get anything higher than 3.0
> (compatibility profile, any, old) - 3.3.0 on my machine.
> This profile should allow me to use context.getGL().getGL3() method
yes, exactly
> , am I
> correct or am I missing something?
-michael
Well,
then going back to my first post in this topic:
"3.0 (compatibility profile, any, old) - 3.3.0" means ctxMajorVersion = 3 and ctxMinorVersion = 0
This alone makes the isGL3() method return false according to its current implementation... and I am wondering if (and why) this is proper behavior?
Thanks,
Matt.