]> git.sesse.net Git - movit/commitdiff
Don't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 20 Mar 2014 20:12:31 +0000 (21:12 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 20 Mar 2014 20:12:31 +0000 (21:12 +0100)
GLES doesn't like this, even with NULL data. Replace with GL_FLOAT.


No differences found