Efficient shader programming

Hi

Are there any basic guidelines how to program efficiently? I suppose that branching is bad, but is there anything else?

There is a document detailing recommendations for efficient OpenGL ES 2.0 usage in our OpenGL ES 2.0 SDKs. It also contains guidelines for GLSL ES shader programming.

Thanks. I missed it.