Merge pull request #2490 from greg-lunarg/i2476
Fix tess factor cut and paste error
This commit is contained in:
commit
f426f65229
@ -9869,7 +9869,7 @@ void HlslParseContext::addPatchConstantInvocation()
|
||||
} else {
|
||||
// Use the original declaration type for the linkage
|
||||
paramType->getQualifier().builtIn = biType;
|
||||
if (biType == EbvTessLevelInner || biType == EbvTessLevelInner)
|
||||
if (biType == EbvTessLevelInner || biType == EbvTessLevelOuter)
|
||||
paramType->getQualifier().patch = true;
|
||||
|
||||
if (notInEntryPoint.count(tInterstageIoData(biType, storage)) == 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user