summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-09-06 14:15:11 -0700
committerGitHub <noreply@github.com>2017-09-06 14:15:11 -0700
commitca16ede67d3fc34ec1cc81b8f835199c5ef1ab9a (patch)
treefd83b7e861dbc6a0d442d5a913a1bcd9df547408 /slang.h
parente59a1b39317c10815baaed3b70c4a6580dbe1e63 (diff)
parent5900f32fff9970b4221ce7fb7e94133e387ff9de (diff)
Merge pull request #176 from tfoleyNV/ir-work
Continue work on IR-based codegen
Diffstat (limited to 'slang.h')
-rw-r--r--slang.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/slang.h b/slang.h
index 3ed715f23..e9b817dbb 100644
--- a/slang.h
+++ b/slang.h
@@ -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,
};
/*!