mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +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)"
|
||||
"{"
|
||||
" 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