]> git.sesse.net Git - movit/commitdiff
Do not glReadPixels() with type GL_RED.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 20 Mar 2014 20:16:49 +0000 (21:16 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 20 Mar 2014 20:43:47 +0000 (21:43 +0100)
GLES can only read RGBA pixels. Downconvert ourselves when we need to.


No differences found