Fix warning about function parameter shadowing class member variable
This commit is contained in:
parent
3cb57d3731
commit
40289165dd
@ -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…
x
Reference in New Issue
Block a user