summaryrefslogtreecommitdiffstats
path: root/source/slang/compiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/compiler.cpp')
-rw-r--r--source/slang/compiler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/slang/compiler.cpp b/source/slang/compiler.cpp
index 3bc34692d..a380231e9 100644
--- a/source/slang/compiler.cpp
+++ b/source/slang/compiler.cpp
@@ -226,6 +226,10 @@ namespace Slang
}
}
}
+
+ // Collect any existential-type parameters used by the entry point
+ //
+ _collectExistentialParams();
}
Module* EntryPoint::getModule()