Is OpenGL2.0 deprecated?
Posted by mahesh on Oct 04, 2019; 7:49am
URL: https://forum.jogamp.org/Is-OpenGL2-0-deprecated-tp4040082.html
I am working on a project with is largely dependent on JOGL2. Right now I am using openGL 2.0 with mixed pipeline (Using fixed function pipeline for major work and some shaders for specific parts) and everything is working fine on all 3 OSes (Win10, Linux and Mac).
Now my question is, should I switch everything to shader (it is quite a lot work) or can I assume that support of fixed pipeLines is not going to be dropped soon?
BTW I am also using G_QUADs in my render code, should I replace them with equivalent GL_TRIANGLES for compatibility for near future?