diff options
| author | Scott Mansell <phiren@gmail.com> | 2023-01-27 13:21:09 +1300 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2023-01-31 18:46:04 +1300 |
| commit | f0336a3129ea431862e6e3bf1ccf51a384cf3f57 (patch) | |
| tree | cb768f2b19285d5966636e5e80c01c5553977632 /Source/Core/VideoBackends/OGL/SamplerCache.cpp | |
| parent | 8a236293455e9a71aa6fb400a6253c27540e403b (diff) | |
Implement AbstractGfx for OpenGL
Mostly involves moving contents of OGLRender
to OGLGfx and OGLConfig
Diffstat (limited to 'Source/Core/VideoBackends/OGL/SamplerCache.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/OGL/SamplerCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/OGL/SamplerCache.cpp b/Source/Core/VideoBackends/OGL/SamplerCache.cpp index c111caa546..2673fd2ddd 100644 --- a/Source/Core/VideoBackends/OGL/SamplerCache.cpp +++ b/Source/Core/VideoBackends/OGL/SamplerCache.cpp @@ -6,7 +6,7 @@ #include <memory> #include "Common/CommonTypes.h" -#include "VideoBackends/OGL/OGLRender.h" +#include "VideoBackends/OGL/OGLConfig.h" #include "VideoCommon/VideoConfig.h" namespace OGL |
