Fix warning about function parameter shadowing class member variable
This commit is contained in:
parent
3cb57d3731
commit
40289165dd
1 changed files with 2 additions and 2 deletions
|
|
@ -999,9 +999,9 @@ public:
|
|||
qualifier.storage = EvqGlobal;
|
||||
}
|
||||
|
||||
void init(const TSourceLoc& loc, bool global = false)
|
||||
void init(const TSourceLoc& l, bool global = false)
|
||||
{
|
||||
initType(loc);
|
||||
initType(l);
|
||||
sampler.clear();
|
||||
initQualifiers(global);
|
||||
shaderQualifiers.init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue