1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-04-13 12:51:07 +00:00

gpu: Expose Maxwell3D engine.

This commit is contained in:
bunnei 2018-03-22 19:48:20 -04:00
parent 3a6604e8fa
commit 7c3a263839

@ -36,6 +36,10 @@ public:
std::unique_ptr<MemoryManager> memory_manager; std::unique_ptr<MemoryManager> memory_manager;
Engines::Maxwell3D& Maxwell3D() {
return *maxwell_3d;
}
private: private:
static constexpr u32 InvalidGraphMacroEntry = 0xFFFFFFFF; static constexpr u32 InvalidGraphMacroEntry = 0xFFFFFFFF;