summaryrefslogtreecommitdiffstats
path: root/include/slang.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/slang.h')
-rw-r--r--include/slang.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/slang.h b/include/slang.h
index 2999996e9..0e6724373 100644
--- a/include/slang.h
+++ b/include/slang.h
@@ -1003,6 +1003,8 @@ typedef uint32_t SlangSizeT;
// Add this new option to the end of the list to avoid breaking ABI as much as possible.
// Setting of EmitSpirvDirectly or EmitSpirvViaGLSL will turn into this option internally.
EmitSpirvMethod, // enum SlangEmitSpirvMethod
+
+ EmitReflectionJSON, // bool
CountOf,
};