HLSL: nonfunctional: rename setId -> switchId, add comment
Method rename, add comment about its intended use. No test diffs.
This commit is contained in:
parent
bb79abccb3
commit
028c5a8dc4
2 changed files with 5 additions and 2 deletions
|
|
@ -2994,7 +2994,7 @@ TIntermAggregate* HlslParseContext::handleSamplerTextureCombine(const TSourceLoc
|
|||
argTex->getWritableType().getSampler().shadow = shadowMode;
|
||||
samplerType.shadow = shadowMode;
|
||||
|
||||
texSymbol->setId(newId);
|
||||
texSymbol->switchId(newId);
|
||||
}
|
||||
|
||||
txcombine->setType(TType(samplerType, EvqTemporary));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue