mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-24 03:36:22 +00:00
11 lines
No EOL
107 B
Text
11 lines
No EOL
107 B
Text
#version 120
|
|
|
|
#line 1 1
|
|
float test() {
|
|
return 0.5;
|
|
}
|
|
#line 4 0
|
|
|
|
void main() {
|
|
gl_FragColor = vec4(0.0);
|
|
} |