Skip to content

Fix GLES2 renderer to use glGetUniformLocations locations

Simon Ser requested to merge github/fork/NotKit/gles2fix into master

Created by: NotKit

This is needed as uniform locations are driver implementation-specific and glGetUniformLocation should be normally used according to OpenGL (ES) specification.

I tested this to work on Gemini PDA with Mali graphics proprietary driver and custom hwcomposer backend.

Merge request reports