summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-emit.cpp')
-rw-r--r--source/slang/slang-emit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-emit.cpp b/source/slang/slang-emit.cpp
index 4412eccb8..62a1365c0 100644
--- a/source/slang/slang-emit.cpp
+++ b/source/slang/slang-emit.cpp
@@ -294,6 +294,7 @@ Result linkAndOptimizeIR(
case CodeGenTarget::CPPSource:
passOptions.alwaysCreateCollectedParam = true;
+ [[fallthrough]];
default:
collectEntryPointUniformParams(irModule, passOptions);
#if 0