android13/external/skia/tests/sksl/glsl/Version110.glsl

6 lines
76 B
GLSL

#version 110
varying float test;
void main() {
gl_FragColor.x = test;
}