parent
6d5916d4a9
commit
efe4586fad
@ -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…
x
Reference in New Issue
Block a user