6 lines
77 B
GLSL
6 lines
77 B
GLSL
|
|
out vec4 sk_FragColor;
|
|
vec4 main() {
|
|
return vec4(0.0, 1.0, 0.0, 1.0);
|
|
}
|