mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52:04 +02:00
12 lines
143 B
C
12 lines
143 B
C
#ifdef GLSLES
|
|
|
|
precision mediump float;
|
|
|
|
#else
|
|
|
|
/* Desktop GLSL doesn't know about these */
|
|
#define highp
|
|
#define mediump
|
|
#define lowp
|
|
|
|
#endif
|