I'm just wondering, if I have an extremely complicated shader,will system discard some of the code during rendering?
What I think is, even if the shader is very complicated, but as long as it compiles and links, it should be execued at a slower rate, right?
Now I have a very complicated Geometry Shader,I suspect that some code might have been discarded, is it possible?



