]> git.sesse.net Git - movit/commitdiff
Use the GL_RED texture format instead of GL_LUMINANCE.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 8 Mar 2014 21:13:59 +0000 (22:13 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 8 Mar 2014 21:15:01 +0000 (22:15 +0100)
Seemingly GL_LUMINANCE is also deprecated; this actually decreases
support for GLES2 somewhat, but we need GLES3 anyway, so the net
loss shouldn't be too bad.


No differences found