Fix precision on samsung
This commit is contained in:
parent
6516e6caf4
commit
9bf90cee69
@ -9,7 +9,7 @@
|
|||||||
#else
|
#else
|
||||||
#define GLSL_VERSION \
|
#define GLSL_VERSION \
|
||||||
"#version 300 es\n" \
|
"#version 300 es\n" \
|
||||||
"precision mediump float;\n" \
|
"precision highp float;\n" \
|
||||||
"\n"
|
"\n"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user