Enable threaded texture buffering

This commit is contained in:
Brad Davis 2017-02-23 16:08:29 -08:00
parent 19c6056b51
commit b8e1340a0d

View file

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