mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-22 10:45:30 +00:00
7 lines
No EOL
84 B
GLSL
7 lines
No EOL
84 B
GLSL
#version 120
|
|
|
|
#include "/common.glsl"
|
|
|
|
void main() {
|
|
gl_FragColor[0] = vec4(0.0);
|
|
} |