mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 14:49:59 +00:00
gpu: Expose Maxwell3D engine.
This commit is contained in:
parent
3a6604e8fa
commit
7c3a263839
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue