mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 10:08:51 +00:00
Move GL interface code out of the OpenGL video backend.
This commit is contained in:
parent
3df83e5717
commit
95f3c956a8
83 changed files with 367 additions and 323 deletions
|
@ -5,8 +5,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "Common/LinearDiskCache.h"
|
||||
#include "Common/GL/GLUtil.h"
|
||||
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "VideoBackends/OGL/GLUtil.h"
|
||||
|
||||
#include "VideoCommon/GeometryShaderGen.h"
|
||||
#include "VideoCommon/PixelShaderGen.h"
|
||||
#include "VideoCommon/VertexShaderGen.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue