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

8 lines
No EOL
110 B
GLSL

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