gl: actually use the highp specifier
675415bf2ea9ddc75ea5e5b6eae9ae942c19d6dc contained a typo that incorrectly used the mediump specifier instead of highp.
This commit is contained in:
parent
675415bf2e
commit
55bcdcf01a
@ -31,7 +31,7 @@
|
||||
|
||||
#define HIGHP_PRECISION \
|
||||
"#ifdef GL_ES\n" \
|
||||
"precision mediump float;\n" \
|
||||
"precision highp float;\n" \
|
||||
"#endif\n"
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
|
Loading…
x
Reference in New Issue
Block a user