summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/slang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/slang.h b/include/slang.h
index 632bcbcbc..3024aa884 100644
--- a/include/slang.h
+++ b/include/slang.h
@@ -637,6 +637,7 @@ extern "C"
SLANG_PASS_THROUGH_LLVM, ///< LLVM 'compiler' - includes LLVM and Clang
SLANG_PASS_THROUGH_SPIRV_OPT, ///< SPIRV-opt
SLANG_PASS_THROUGH_METAL, ///< Metal compiler
+ SLANG_PASS_THROUGH_WGSL, ///< WGSL compiler
SLANG_PASS_THROUGH_COUNT_OF,
};