mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-24 14:44:03 +01:00
Abstract the current OpenGL implementation into the VideoCommon namespace and reimplement it on top of that. Doing this avoids repeating code and logic in the Vulkan implementation.