mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +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 \
|
||||
"#ifdef GL_ES\n" \
|
||||
"precision mediump float;\n" \
|
||||
"precision highp float;\n" \
|
||||
"#endif\n"
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
|
|
Loading…
Reference in a new issue