summarylogtreecommitdiffstats
path: root/entry_points_shader.cpp
blob: 19ec8b9093b395a90a1f3429dfd2f49dbdcffab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef COMPONENT_BUILD
#define COMPONENT_BUILD
#endif
#ifdef ANGLE_TRANSLATOR_STATIC
#undef ANGLE_TRANSLATOR_STATIC
#endif
#ifndef ANGLE_TRANSLATOR_IMPLEMENTATION
#define ANGLE_TRANSLATOR_IMPLEMENTATION
#endif

#include "../compiler/translator/ShaderLang.cpp"