Tagged Questions
1
vote
1answer
479 views
Questions before I revamp my rendering engine to use shaders (GLSL)
I've written a fairly robust rendering engine using OpenGL ES 1.1 (fixed-function.) I've been looking into revamping the engine to use OpenGL ES 2.0, which necessitates that I use shaders. I've been ...