GL_TEXTURE_IMAGE_SIZE_ARB

Where can I find GL_TEXTURE_IMAGE_SIZE_ARB in the JOGL package?

It’s not defined as part of GL.

Do you mean GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB?

It looks like some older glext.h headers incorrectly called this GL_TEXTURE_IMAGE_SIZE_ARB.

“Smacks forehead!” >:(

Man, no wonder I couldn’t find it. I was getting so frustrated, because I was trying to port some old C code to Java.