mcshader-lsp/server/main/testdata/06/final.fsh

9 lines
No EOL
98 B
GLSL

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