mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-24 11:44:44 +00:00
THE BIG MERGE v0.1
This commit is contained in:
parent
d80adf83a3
commit
88f165dd33
6 changed files with 235 additions and 97 deletions
6
server/testdata/01/final.fsh.merge
vendored
6
server/testdata/01/final.fsh.merge
vendored
|
@ -1,11 +1,11 @@
|
|||
#version 120
|
||||
|
||||
#line 1 1
|
||||
#line 1
|
||||
float test() {
|
||||
return 0.5;
|
||||
}
|
||||
#line 4 0
|
||||
#line 4
|
||||
|
||||
void main() {
|
||||
gl_FragColor = vec4(0.0);
|
||||
gl_FragColor[0] = vec4(0.0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue