From 87c50675941a3ac853a79f50ec0ce3465631fa8f Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Tue, 15 Aug 2017 15:12:29 -0700 Subject: More work on IR With this change, basic generation of IR works for a trivial shader, and there is some basic support for dumping the generated IR in an assembly-like format. As with the other IR change, the use of the IR is statically disabled for now, so that existing users won't be affected. --- source/slang/lower-to-ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang/lower-to-ir.h') 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); -- cgit v1.2.3