소스 검색

gpu: Expose Maxwell3D engine.

bunnei 8 년 전
부모
커밋
7c3a263839
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/video_core/gpu.h

+ 4 - 0
src/video_core/gpu.h

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