Re: This is Weird
Posted by
gouessej on
Apr 06, 2011; 2:42pm
URL: https://forum.jogamp.org/This-is-Weird-tp2785188p2785262.html
I still see this on the public repository:
/** Creates a GLCapabilities object. All attributes are in a default state.
* @param glp GLProfile, or null for the default GLProfile
*/
public GLCapabilities(GLProfile glp) {
glProfile = (null!=glp)?glp:GLProfile.getDefault(GLProfile.getDefaultDevice());
}