diff options
author | bunnei <bunneidev@gmail.com> | 2018-10-26 06:12:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-26 06:12:20 +0200 |
commit | 1f98dc30eaac7b799182c1998502c05b9fbb56d8 (patch) | |
tree | 73e0ce98767d7a9b527a401dc89441697dd82e3a /src/video_core/engines/maxwell_3d.h | |
parent | Merge pull request #1569 from lioncash/amiibo (diff) | |
parent | maxwell_3d: Add code for initializing register defaults. (diff) | |
download | yuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.tar yuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.tar.gz yuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.tar.bz2 yuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.tar.lz yuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.tar.xz yuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.tar.zst yuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.zip |
Diffstat (limited to 'src/video_core/engines/maxwell_3d.h')
-rw-r--r-- | src/video_core/engines/maxwell_3d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h index 0e09a7ee5..754a149fa 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h @@ -984,6 +984,8 @@ public: Texture::FullTextureInfo GetStageTexture(Regs::ShaderStage stage, std::size_t offset) const; private: + void InitializeRegisterDefaults(); + VideoCore::RasterizerInterface& rasterizer; std::unordered_map<u32, std::vector<u32>> uploaded_macros; |