summaryrefslogtreecommitdiffstats
path: root/source/slang/slang.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang.cpp')
-rw-r--r--source/slang/slang.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang.cpp b/source/slang/slang.cpp
index 4a446a351..654295211 100644
--- a/source/slang/slang.cpp
+++ b/source/slang/slang.cpp
@@ -5335,7 +5335,7 @@ void Linkage::prepareDeserializedModule(SerialContainerData::Module& moduleEntry
module->setPathInfo(filePathInfo);
module->setDigest(moduleEntry.digest);
module->_collectShaderParams();
- module->_discoverEntryPoints(sink);
+ module->_discoverEntryPoints(sink, targets);
// Hook up fileDecl's scope to module's scope.
auto moduleDecl = module->getModuleDecl();