mcshader-lsp/server/testdata/02/final.fsh.merge

29 lines
347 B
Text

#version 120
#extension GL_GOOGLE_cpp_style_line_directive : enable
#line 2 "!!"
#line 1 "!!"
int sample() {
return 5;
}
#line 1 "!!"
void burger() {
// sample text
}
#line 6 "!!"
#line 1 "!!"
float test() {
return 3.0;
}
#line 8 "!!"
int sample_more() {
return 5;
}
#line 4 "!!"
void main() {
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
}