Fix missing case label for miss stage.

This commit is contained in:
Ashwin Lele 2018-09-25 13:19:34 -07:00
parent a8453d4bc0
commit a535bc1353

View File

@ -600,6 +600,7 @@ bool DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNo
case EShLangIntersectNV:
case EShLangAnyHitNV:
case EShLangClosestHitNV:
case EShLangMissNV:
case EShLangCallableNV:
if (profile == EEsProfile || version < 460) {
correct = false;