Deprecated functionality previously accessible through GL2
Posted by BIS on May 01, 2015; 4:14am
URL: https://forum.jogamp.org/Deprecated-functionality-previously-accessible-through-GL2-tp4034407.html
I'm trying to port an existing app from V2.2.4 to V2.3.1. Deprecated functionality and constants previously available through the GL2 interface are no longer there - matrix functions, definitions of everything from GL_QUAD_STRIP to GL_DOUBLE.
(The port of deprecated functionality is a stop-gap measure pending a complete rewrite.)
How do I access this deprecated functionality in 2.3.1. Is it possible? Or should I simply leave the app using 2.2.4 until a new, forward-compatible version is written?
(What is the relationship between JOGL rev and GL rev? Does JOGL 2.3.1 correspond to a GL version of >= 3.1? Is that why I can no longer find the deprecated stuff? Do I need to acquire a compatibility context to use the deprecated stuff?)