shader/registry: Silence a -Wshadow warning
This commit is contained in:
parent
cd6f4f7eed
commit
77532ebde3
2 changed files with 5 additions and 5 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Reference in a new issue