6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
|
||
|
out vec4 sk_FragColor;
|
||
|
void main() {
|
||
|
sk_FragColor.x = dFdx(1.0);
|
||
|
}
|