mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
gl: actually use the highp specifier
675415bf2e
contained a typo that incorrectly
used the mediump specifier instead of highp.
This commit is contained in:
parent
675415bf2e
commit
55bcdcf01a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
#define HIGHP_PRECISION \
|
#define HIGHP_PRECISION \
|
||||||
"#ifdef GL_ES\n" \
|
"#ifdef GL_ES\n" \
|
||||||
"precision mediump float;\n" \
|
"precision highp float;\n" \
|
||||||
"#endif\n"
|
"#endif\n"
|
||||||
|
|
||||||
/* *INDENT-OFF* */
|
/* *INDENT-OFF* */
|
||||||
|
|
Loading…
Reference in a new issue