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 EShLangIntersectNV:
|
||||||
case EShLangAnyHitNV:
|
case EShLangAnyHitNV:
|
||||||
case EShLangClosestHitNV:
|
case EShLangClosestHitNV:
|
||||||
|
case EShLangMissNV:
|
||||||
case EShLangCallableNV:
|
case EShLangCallableNV:
|
||||||
if (profile == EEsProfile || version < 460) {
|
if (profile == EEsProfile || version < 460) {
|
||||||
correct = false;
|
correct = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue