Build: Fix portability in previous commit.
This commit is contained in:
parent
c10191d132
commit
1ee1c8e1ed
1 changed files with 2 additions and 1 deletions
|
|
@ -3851,7 +3851,8 @@ void TBuiltIns::add2ndGenerationSamplingImaging(int version, EProfile profile, c
|
|||
// samplerBuffer and textureBuffer types.
|
||||
sampler.setTexture(sampler.type, sampler.dim, sampler.arrayed, sampler.shadow,
|
||||
sampler.ms);
|
||||
addSamplingFunctions(sampler, sampler.getString(), version, profile);
|
||||
typeName = sampler.getString();
|
||||
addSamplingFunctions(sampler, typeName, version, profile);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue