summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
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,
};
/*!