Re: Java3D + OpenGL ES
Posted by ThomasR on Jan 22, 2019; 5:08pm
URL: https://forum.jogamp.org/Java3D-OpenGL-ES-tp4039401p4039414.html
From that thread you suggested:
/** The intersection of the desktop GL3, GL2 and embedded ES2 profile */
public static final String GL2ES2 = "GL2ES2";
So this means that there's some common set of capabilities from GL3,GL2 and ES2 that are supported, but that some capabilities from each of those profiles may not be supported? I think the current version of MoltenGL would be an ES2 only profile, but I can't say that for sure.