mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-22 18:55:29 +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;
|
|
} |