mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
eglglessink: GLSL: Drop unneded nxy vec2
This commit is contained in:
parent
bb0b872644
commit
eb8f7d63d5
1 changed files with 1 additions and 2 deletions
|
@ -225,8 +225,7 @@ static const char *frag_AYUV_prog = {
|
|||
"void main(void) {"
|
||||
" float r,g,b;"
|
||||
" vec3 yuv;"
|
||||
" vec2 nxy = opos.xy;"
|
||||
" yuv = texture2D(tex,nxy).gba;"
|
||||
" yuv = texture2D(tex,opos.xy).gba;"
|
||||
" yuv += offset;"
|
||||
" r = dot(yuv, rcoeff);"
|
||||
" g = dot(yuv, gcoeff);"
|
||||
|
|
Loading…
Reference in a new issue