summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/registry.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-09-27 00:23:15 +0200
committerGitHub <noreply@github.com>2020-09-27 00:23:15 +0200
commit442096298e0657d59eaa3e2ffae72a8a7a81f99f (patch)
tree81756e3a1e9b60ca3759b68d453e38508940bcb3 /src/video_core/shader/registry.h
parentMerge pull request #4718 from lioncash/vk (diff)
parentshader/registry: Silence a -Wshadow warning (diff)
downloadyuzu-442096298e0657d59eaa3e2ffae72a8a7a81f99f.tar
yuzu-442096298e0657d59eaa3e2ffae72a8a7a81f99f.tar.gz
yuzu-442096298e0657d59eaa3e2ffae72a8a7a81f99f.tar.bz2
yuzu-442096298e0657d59eaa3e2ffae72a8a7a81f99f.tar.lz
yuzu-442096298e0657d59eaa3e2ffae72a8a7a81f99f.tar.xz
yuzu-442096298e0657d59eaa3e2ffae72a8a7a81f99f.tar.zst
yuzu-442096298e0657d59eaa3e2ffae72a8a7a81f99f.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/shader/registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/registry.h b/src/video_core/shader/registry.h
index 231206765..4bebefdde 100644
--- a/src/video_core/shader/registry.h
+++ b/src/video_core/shader/registry.h
@@ -94,7 +94,7 @@ public:
explicit Registry(Tegra::Engines::ShaderType shader_stage, const SerializedRegistryInfo& info);
explicit Registry(Tegra::Engines::ShaderType shader_stage,
- Tegra::Engines::ConstBufferEngineInterface& engine);
+ Tegra::Engines::ConstBufferEngineInterface& engine_);
~Registry();