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/VideoCommon/BoundingBox.cpp | |
| parent | 8a236293455e9a71aa6fb400a6253c27540e403b (diff) | |
Implement AbstractGfx for OpenGL
Mostly involves moving contents of OGLRender
to OGLGfx and OGLConfig
Diffstat (limited to 'Source/Core/VideoCommon/BoundingBox.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BoundingBox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/BoundingBox.cpp b/Source/Core/VideoCommon/BoundingBox.cpp index af0961aab6..0429559846 100644 --- a/Source/Core/VideoCommon/BoundingBox.cpp +++ b/Source/Core/VideoCommon/BoundingBox.cpp @@ -13,6 +13,8 @@ #include <algorithm> +std::unique_ptr<BoundingBox> g_bounding_box; + void BoundingBox::Enable(PixelShaderManager& pixel_shader_manager) { m_is_active = true; |
