blob: e26d14f25a070a9975633769854a1bae26d7096a [file] [log] [blame]
out vec4 sk_FragColor;
vec4 main() {
return vec4(0.0, 1.0, 0.0, 1.0);
}