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

@@ -10,11 +10,13 @@
#ifndef XENIA_GPU_GL4_GL4_GPU_PRIVATE_H_
#define XENIA_GPU_GL4_GL4_GPU_PRIVATE_H_
// GL headers
#include <gflags/gflags.h>
#include <xenia/common.h>
#include <xenia/gpu/gl4/gl4_gpu.h>
DECLARE_bool(thread_safe_gl);
namespace xe {
namespace gpu {
namespace gl4 {