gpu: Expose Maxwell3D engine.

This commit is contained in:
bunnei 2018-03-22 19:48:20 -04:00
parent 3a6604e8fa
commit 7c3a263839
1 changed files with 4 additions and 0 deletions

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;