summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-26 05:42:39 +0200
committerbunnei <bunneidev@gmail.com>2018-10-26 05:42:39 +0200
commit949d9a713648bf900812612912f5a120cf6d70db (patch)
treee50ed4fde212e63a44095c57550e173ae461ea7a /src/video_core/engines/maxwell_3d.h
parentgl_rasterizer: Implement depth range. (diff)
downloadyuzu-949d9a713648bf900812612912f5a120cf6d70db.tar
yuzu-949d9a713648bf900812612912f5a120cf6d70db.tar.gz
yuzu-949d9a713648bf900812612912f5a120cf6d70db.tar.bz2
yuzu-949d9a713648bf900812612912f5a120cf6d70db.tar.lz
yuzu-949d9a713648bf900812612912f5a120cf6d70db.tar.xz
yuzu-949d9a713648bf900812612912f5a120cf6d70db.tar.zst
yuzu-949d9a713648bf900812612912f5a120cf6d70db.zip
Diffstat (limited to 'src/video_core/engines/maxwell_3d.h')
-rw-r--r--src/video_core/engines/maxwell_3d.h2
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;