Unverified Commit a4752945 by John Kessenich Committed by GitHub

Merge pull request #1506 from alelenv/master

Fix missing case label for miss stage.
parents 18268c85 a535bc13
...@@ -600,6 +600,7 @@ bool DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNo ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment