From b8e1340a0d587972a88e15d4976bbc13173ecaa9 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 23 Feb 2017 16:08:29 -0800 Subject: [PATCH] Enable threaded texture buffering --- libraries/gpu-gl/src/gpu/gl45/GL45Backend.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/gpu-gl/src/gpu/gl45/GL45Backend.h b/libraries/gpu-gl/src/gpu/gl45/GL45Backend.h index 28425433c4..cfc4dc39da 100644 --- a/libraries/gpu-gl/src/gpu/gl45/GL45Backend.h +++ b/libraries/gpu-gl/src/gpu/gl45/GL45Backend.h @@ -17,6 +17,7 @@ #include #define INCREMENTAL_TRANSFER 0 +#define THREADED_TEXTURE_BUFFERING 1 namespace gpu { namespace gl45 {