1 2 3 4 5 6 7 8 9 10
uniform vec4 args1; #define YEAH 1 void main() { #if YEAH // oh yeah gl_FragColor = args1; #endif }