Swapping.

This commit is contained in:
Ben Vanik
2014-12-24 22:35:03 -08:00
parent fa0dfa4dce
commit f438ae1bfd
11 changed files with 380 additions and 127 deletions

View File

@@ -9,8 +9,12 @@
#include <xenia/gpu/gl4/gl4_gpu.h>
#include <xenia/gpu/gl4/gl4_gpu-private.h>
#include <xenia/gpu/gl4/gl4_graphics_system.h>
DEFINE_bool(thread_safe_gl, false,
"Only allow one GL context to be active at a time.");
namespace xe {
namespace gpu {
namespace gl4 {