6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
|
|
||
|
out vec4 sk_FragColor;
|
||
|
void main() {
|
||
|
sk_FragColor = sk_FragColor.wzyx;
|
||
|
}
|