summaryrefslogtreecommitdiff
path: root/source/slang/lower-to-ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/lower-to-ir.h')
-rw-r--r--source/slang/lower-to-ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/lower-to-ir.h b/source/slang/lower-to-ir.h
index b8e0f1a67..aa2cef631 100644
--- a/source/slang/lower-to-ir.h
+++ b/source/slang/lower-to-ir.h
@@ -19,7 +19,7 @@ namespace Slang
struct ExtensionUsageTracker;
- void lowerEntryPointToIR(
+ IRModule* lowerEntryPointToIR(
EntryPointRequest* entryPoint,
ProgramLayout* programLayout,
CodeGenTarget target);