mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
eglglessink: GLSL: Minor named index access tweak xyz -> rgb
This commit is contained in:
parent
5c2b1dc631
commit
0ed02803f7
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ static const char *frag_COPY_prog = {
|
||||||
"void main(void)"
|
"void main(void)"
|
||||||
"{"
|
"{"
|
||||||
" vec4 t = texture2D(tex, opos);"
|
" vec4 t = texture2D(tex, opos);"
|
||||||
" gl_FragColor = vec4(t.xyz, 1.0);"
|
" gl_FragColor = vec4(t.rgb, 1.0);"
|
||||||
"}"
|
"}"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue