formatting of

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

formatting of

imakerobots
while trying to get to the bottom of a OSX render problem I ran

        logger.info(GLProfile.glAvailabilityToString());

which produces (with some added return characters)

Natives[
GL4bc true [4.6 (Compat profile, arb, compat[ES2, ES3], FBO, hardware)],
GL4 true [4.6 (Core profile, arb, compat[ES2, ES3], FBO, hardware)],
GLES3 false,
GL3bc true [4.6 (Compat profile, arb, compat[ES2, ES3], FBO, hardware)],
GL3 true [4.6 (Core profile, arb, compat[ES2, ES3], FBO, hardware)],
GL2 true [4.6 (Compat profile, arb, compat[ES2, ES3], FBO, hardware)],
GLES2 false,
GLES1 false,
count 5 / 8],

Common[, GL4ES3 true, GL2GL3 true, GL2ES2 true, GL2ES1 true],

Mappings[
GL3bc GLProfile[GL3bc/GL4bc.hw],
GL2ES1 GLProfile[GL2ES1/GL4bc.hw],
GL4ES3 GLProfile[GL4ES3/GL4.hw],
GL2ES2 GLProfile[GL2ES2/GL4.hw],
GL4bc GLProfile[GL4bc/GL4bc.hw],
GL2 GLProfile[GL2/GL4bc.hw],
GL4 GLProfile[GL4/GL4.hw],
GL3 GLProfile[GL3/GL4.hw],
GL2GL3 GLProfile[GL2GL3/GL4bc.hw],
,
default GLProfile[GL4bc/GL4bc.hw],
count 9 / 12]

Note the odd commas in Mappings and at the start of Common.
Also Mappings says 9/12 when i count only 9 of 10 plus a blank.

I'm running jogamp-fat 2.4.0 from https://www.jogamp.org/deployment/maven/