From 7c3a26383927fa6ac523c330be0be82a4a5b9b5e Mon Sep 17 00:00:00 2001 From: bunnei Date: Thu, 22 Mar 2018 19:48:20 -0400 Subject: gpu: Expose Maxwell3D engine. --- src/video_core/gpu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/video_core/gpu.h') diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 2a9064ba3..f9a725dee 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -36,6 +36,10 @@ public: std::unique_ptr memory_manager; + Engines::Maxwell3D& Maxwell3D() { + return *maxwell_3d; + } + private: static constexpr u32 InvalidGraphMacroEntry = 0xFFFFFFFF; -- cgit v1.2.3