mcshader-lsp/server/testdata/01/final.fsh
Noah Santschi-Cooney 786e09bdcf
wip: restructure
2022-08-14 12:13:20 +01:00

7 lines
No EOL
84 B
GLSL

#version 120
#include "/common.glsl"
void main() {
gl_FragColor[0] = vec4(0.0);
}