mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-23 11:15:27 +00:00
9 lines
No EOL
98 B
GLSL
9 lines
No EOL
98 B
GLSL
#version 120
|
|
|
|
#ifdef BANANA
|
|
#include "test.glsl"
|
|
#else
|
|
#include "test.glsl"
|
|
#endif
|
|
|
|
void main() {} |