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

31 lines
No EOL
530 B
Text

#version 120
#define MC_VERSION 11800
#define MC_GL_VERSION 320
#define MC_GLSL_VERSION 150
#define MC_OS_LINUX
#define MC_GL_VENDOR_NVIDIA
#define MC_GL_RENDERER_GEFORCE
#define MC_NORMAL_MAP
#define MC_SPECULAR_MAP
#define MC_RENDER_QUALITY 1.0
#define MC_SHADOW_QUALITY 1.0
#define MC_HAND_DEPTH 0.125
#define MC_OLD_HAND_LIGHT
#define MC_OLD_LIGHTING
#line 1 0 // !!
#ifdef BANANA
#line 0 1 // !!
int test() {
return 1;
}
#line 4 0 // !!
#else
#line 0 1 // !!
int test() {
return 1;
}
#line 6 0 // !!
#endif
void main() {}