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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/compiler.cpp b/source/slang/compiler.cpp
index 9037c0944..40bc83052 100644
--- a/source/slang/compiler.cpp
+++ b/source/slang/compiler.cpp
@@ -229,7 +229,7 @@ namespace Slang
// Collect any existential-type parameters used by the entry point
//
- _collectExistentialParams();
+ _collectShaderParams();
}
Module* EntryPoint::getModule()