mcshader-lsp/server/testdata/06/final.fsh
Noah Santschi-Cooney 786e09bdcf
wip: restructure
2022-08-14 12:13:20 +01:00

9 lines
No EOL
98 B
GLSL

#version 120
#ifdef BANANA
#include "test.glsl"
#else
#include "test.glsl"
#endif
void main() {}