I am trying to home in on an error in my shader by commented out code, but as I do this the unused shader variables are then not found by my glUniform location variables, and this makes it difficult to proceed.
Is there a way to turn off this shader optimization for debugging? I was hoping #pragma optimize(off) would do it, but I am still getting the same issue....
??



