1#version 110
2varying float test;
3void main() {
4    gl_FragColor.x = test;
5}
6