Fix missing case label for miss stage.
This commit is contained in:
parent
a8453d4bc0
commit
a535bc1353
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue