diff options
Diffstat (limited to 'include/slang.h')
| -rw-r--r-- | include/slang.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/slang.h b/include/slang.h index 66fd317c6..d000dab9f 100644 --- a/include/slang.h +++ b/include/slang.h @@ -653,6 +653,7 @@ typedef uint32_t SlangSizeT; SLANG_PASS_THROUGH_SPIRV_OPT, ///< SPIRV-opt SLANG_PASS_THROUGH_METAL, ///< Metal compiler SLANG_PASS_THROUGH_TINT, ///< Tint WGSL compiler + SLANG_PASS_THROUGH_SPIRV_LINK, ///< SPIRV-link SLANG_PASS_THROUGH_COUNT_OF, }; @@ -1008,6 +1009,8 @@ typedef uint32_t SlangSizeT; EmitReflectionJSON, // bool SaveGLSLModuleBinSource, + + SkipDownstreamLinking, // bool, experimental CountOf, }; |
