8 lines
69 B
GLSL
8 lines
69 B
GLSL
|
|
out vec4 sk_FragColor;
|
|
void main() {
|
|
{
|
|
discard;
|
|
}
|
|
}
|