diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-09-06 14:15:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-06 14:15:11 -0700 |
| commit | ca16ede67d3fc34ec1cc81b8f835199c5ef1ab9a (patch) | |
| tree | fd83b7e861dbc6a0d442d5a913a1bcd9df547408 /slang.h | |
| parent | e59a1b39317c10815baaed3b70c4a6580dbe1e63 (diff) | |
| parent | 5900f32fff9970b4221ce7fb7e94133e387ff9de (diff) | |
Merge pull request #176 from tfoleyNV/ir-work
Continue work on IR-based codegen
Diffstat (limited to 'slang.h')
| -rw-r--r-- | slang.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -98,6 +98,9 @@ extern "C" /* Split apart types that contain a mix of resource and non-resource data */ SLANG_COMPILE_FLAG_SPLIT_MIXED_TYPES = 1 << 1, + + /* Use new IR-based code generation path (unstable pre-release feature)*/ + SLANG_COMPILE_FLAG_USE_IR = 1 << 2, }; /*! |
