mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-24 11:44:44 +00:00
13 lines
No EOL
185 B
Text
13 lines
No EOL
185 B
Text
#version 120
|
|
#extension GL_GOOGLE_cpp_style_line_directive : require
|
|
#line 2 "!!"
|
|
|
|
#line 1 "!!"
|
|
float test() {
|
|
return 0.5;
|
|
}
|
|
#line 4 "!!"
|
|
|
|
void main() {
|
|
gl_FragColor[0] = vec4(0.0);
|
|
} |