DEBSOURCES
Skip Quicknav
sources / piglit / 0~git20150829-59d7066-1%2Bdeb9u1 / tests / shaders / glsl-preprocessor-comments.frag
12345678910
uniform vec4 args1; #define YEAH 1 void main() { #if YEAH // oh yeah gl_FragColor = args1; #endif }