Merge pull request #9744 from jherico/smarter_textures

Enable threaded texture buffering
This commit is contained in:
samcake 2017-02-23 16:11:14 -08:00 committed by GitHub
commit 1960db5d2b

View file

@ -17,6 +17,7 @@
#include <thread>
#define INCREMENTAL_TRANSFER 0
#define THREADED_TEXTURE_BUFFERING 1
namespace gpu { namespace gl45 {