Re: can't create GL3 and GL4 context
Posted by
gouessej on
Dec 22, 2011; 6:22pm
URL: https://forum.jogamp.org/solved-can-t-create-GL3-and-GL4-context-tp3607097p3607187.html
Use GLProfile.getMaxFixedFunc() to get the best profile for fixed functions, rather use GLProfile.getMaxProgrammable() to get the best forward compatible profile. Please avoid explicitly requesting GL4 or GL3.