mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-07 13:29:55 -05:00
Reenable fragment shader precision specifier
This commit is contained in:
parent
8321e693d2
commit
dfce71d116
1 changed files with 1 additions and 1 deletions
|
|
@ -1312,7 +1312,7 @@ static const char vertex_shader[] =
|
||||||
"}\n";
|
"}\n";
|
||||||
|
|
||||||
static const char fragment_shader[] =
|
static const char fragment_shader[] =
|
||||||
/* "precision mediump float;\n" */
|
"precision mediump float;\n"
|
||||||
"varying vec2 v_texcoord;\n"
|
"varying vec2 v_texcoord;\n"
|
||||||
"uniform sampler2D tex;\n"
|
"uniform sampler2D tex;\n"
|
||||||
"void main()\n"
|
"void main()\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue