Merge pull request #1506 from alelenv/master
Fix missing case label for miss stage.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user