mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-26 03:24:17 +00:00
11 lines
No EOL
121 B
GLSL
11 lines
No EOL
121 B
GLSL
int sample() {
|
|
return 5;
|
|
}
|
|
|
|
#include "/utils/burger.glsl"
|
|
|
|
#include "/utils/test.glsl"
|
|
|
|
int sample_more() {
|
|
return 5;
|
|
} |