We should remove entirely everything below GLES3.0 capabilities, making GLES3.0 the lowest common denominator for the engine.
Supporting all those old APIS (ie, GLES2, GL<3.2) makes the code a lot more complex, hard to maintain and convoluted for no real benefit other than supporting very old devices that we can't event test reliably.
We should remove entirely everything below GLES3.0 capabilities, making GLES3.0 the lowest common denominator for the engine.
Supporting all those old APIS (ie, GLES2, GL<3.2) makes the code a lot more complex, hard to maintain and convoluted for no real benefit other than supporting very old devices that we can't event test reliably.