]> git.sesse.net Git - movit/commit
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)
commitde9c0e36aae9272c57596541de19790686669b25
treeed19ed69e915440c610a59ac762612494a3600b1
parent926348692a4138e9c88f49ef43657dedb5f36897
Don't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.

GLES doesn't like this, even with NULL data. Replace with GL_FLOAT.
effect_chain_test.cpp
init.cpp
test_util.cpp