PowerVR documentation from Imagination says there's static flow control. (7.9 Flow Contro)
What's the static flow control? Does it mean compiler preprocessor like #if...#endif
? And they're saying,
Static flow control can be used to combine many shaders into one big shader.
and what does this mean? Can I instantiate many variants of shaders from one source?