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