mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-14 22:01:04 +00:00
parent
6d5916d4a9
commit
efe4586fad
@ -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…
Reference in New Issue
Block a user