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

24 lines
214 B
Text

#version 120
#line 2 "!!"
#line 1 "!!"
float test() {
return 0.5;
}
#line 4 "!!"
#line 1 "!!"
#line 1 "!!"
void dont() {
}
#line 2 "!!"
void ok() {
}
#line 5 "!!"
void main() {
gl_FragColor = vec4(0.0);
}