6 lines
79 B
GLSL
6 lines
79 B
GLSL
|
|
out vec4 sk_FragColor;
|
|
void main() {
|
|
sk_FragColor.xy = gl_FragCoord.xy;
|
|
}
|