mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
gl: enable glvideomixer on GLES2
This commit is contained in:
parent
7f2000a7a5
commit
b0a0974ea7
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ static const gchar *video_mixer_v_src =
|
|||
|
||||
/* fragment source */
|
||||
static const gchar *video_mixer_f_src =
|
||||
"#ifdef GL_ES\n"
|
||||
"precision mediump float;\n"
|
||||
"#endif\n"
|
||||
"uniform sampler2D texture; \n"
|
||||
"uniform float alpha;\n"
|
||||
"varying vec2 v_texCoord; \n"
|
||||
|
|
Loading…
Reference in a new issue