Merge pull request #1506 from alelenv/master
Fix missing case label for miss stage.
This commit is contained in:
commit
a475294590
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