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