parent
6d5916d4a9
commit
efe4586fad
1 changed files with 1 additions and 1 deletions
|
|
@ -9869,7 +9869,7 @@ void HlslParseContext::addPatchConstantInvocation()
|
||||||
} else {
|
} else {
|
||||||
// Use the original declaration type for the linkage
|
// Use the original declaration type for the linkage
|
||||||
paramType->getQualifier().builtIn = biType;
|
paramType->getQualifier().builtIn = biType;
|
||||||
if (biType == EbvTessLevelInner || biType == EbvTessLevelInner)
|
if (biType == EbvTessLevelInner || biType == EbvTessLevelOuter)
|
||||||
paramType->getQualifier().patch = true;
|
paramType->getQualifier().patch = true;
|
||||||
|
|
||||||
if (notInEntryPoint.count(tInterstageIoData(biType, storage)) == 1)
|
if (notInEntryPoint.count(tInterstageIoData(biType, storage)) == 1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue