diff options
| author | Tim Foley <tim.foley.is@gmail.com> | 2017-08-16 16:25:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-16 16:25:32 -0700 |
| commit | 3dd88c2eb5cd2e405cd5aa184a2cd45db6fb027a (patch) | |
| tree | 040d49332f125fb7a5450128c98cb9abf21ec035 /source/slang/lower-to-ir.h | |
| parent | 74e04b8746f7254d5e95520ff31fb09d4bc327b1 (diff) | |
| parent | e30ba2f6b7ad346fa5f2d435a9edc9ba1c56efab (diff) | |
Merge pull request #167 from tfoleyNV/ir
More work on IR
Diffstat (limited to 'source/slang/lower-to-ir.h')
| -rw-r--r-- | source/slang/lower-to-ir.h | 2 |
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); |
