blob: c6944318f273376470be6fd2730916c5bd87ca4b [file] [log] [blame]
#version 110
varying float test;
void main() {
gl_FragColor.x = test;
}