mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-02 16:13:27 +00:00
big heckin reworkerino to use the standard #line directive as per spec
This commit is contained in:
parent
cb7c9b8b49
commit
d3365c3bff
52 changed files with 574 additions and 398 deletions
11
server/testdata/02/utils/sample.glsl
vendored
11
server/testdata/02/utils/sample.glsl
vendored
|
@ -1,11 +0,0 @@
|
|||
int sample() {
|
||||
return 5;
|
||||
}
|
||||
|
||||
#include "/utils/burger.glsl"
|
||||
|
||||
#include "/utils/test.glsl"
|
||||
|
||||
int sample_more() {
|
||||
return 5;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue