0 Members and 1 Guest are viewing this topic.
Do modern GPUs still support the fixed-function pipeline?Modern GPUs no longer provide specialized hardware for the purpose of doing specific calculations in the OpenGL pipeline. Everything is done with shaders. In order to preserve compatibility, the GL driver generates a shader which emulates the fixed functionality.
I´ll opt for OpenGL ES 2.0 or even 3.0.