blob: d7a45cb89d0c7d5c2b0ad0dfa65fc405a85ac0c2 [file] [log] [blame]
out vec4 sk_FragColor;
vec4 main() {
return vec4(1.0, 2.0, 3.0, 4.0);
}