]> 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>
Fri, 21 Mar 2014 01:06:26 +0000 (02:06 +0100)
commit978b6aced44541132951fd1e2ab165fa859a7315
treebe921b80705b98a693a3ad323cb21b327a253938
parent7bcb6d10c72b1486ef709d840e82314d4faad704
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