1
0
Fork 0
mirror of https://git.h3cjp.net/H3cJP/yuzu.git synced 2025-01-23 20:16:42 +00:00

gpu: Expose Maxwell3D engine.

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

View file

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