No, there is no inverse function matrix in GLSL ES 1.00 (used in OpenGL ES 2.0). You will need to do this manually, see for example. here . But you should think about whether you really need to do this in the shader for each top or each fragment on each frame, or whether it can be pre-computed and transferred as a homogeneous one.
source
share