mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Move GL interface code out of the OpenGL video backend.
This commit is contained in:
@ -7,7 +7,8 @@
|
||||
#include <array>
|
||||
#include <memory>
|
||||
|
||||
#include "VideoBackends/OGL/GLExtensions/GLExtensions.h"
|
||||
#include "Common/GL/GLExtensions/GLExtensions.h"
|
||||
|
||||
#include "VideoCommon/PerfQueryBase.h"
|
||||
|
||||
namespace OGL
|
||||
|
Reference in New Issue
Block a user