On 08/27/2015 11:14 AM, elect [via jogamp] wrote:
> Hi,
>
> I am porting the g-truc ogl-samples <
https://github.com/g-truc/ogl-samples> to
> jogl but I stuck here
> <
https://github.com/elect86/jogl-samples/blob/master/jogl-samples/src/framework/Caps.java#L1456-L1497>,
> I can't find those formats..
>
> any idea?
GL_ETC1_RGB8_OES exists in GLES2 currently,
we may want to promote it to GL2ES2 ?
The other formats are heavily proprietary
or PALETTE (LUT) .. don't think they matter.
~Sven