gpu: Expose Maxwell3D engine.
This commit is contained in:
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;
|
||||||
|
|
||||||
|
|
Reference in New Issue