mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Implement AbstractGfx for OpenGL
Mostly involves moving contents of OGLRender to OGLGfx and OGLConfig
This commit is contained in:
parent
8a23629345
commit
f0336a3129
20 changed files with 905 additions and 872 deletions
|
@ -13,6 +13,8 @@
|
|||
|
||||
#include <algorithm>
|
||||
|
||||
std::unique_ptr<BoundingBox> g_bounding_box;
|
||||
|
||||
void BoundingBox::Enable(PixelShaderManager& pixel_shader_manager)
|
||||
{
|
||||
m_is_active = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue