diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2023-08-08 13:23:06 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-07 22:23:06 -0700 |
| commit | 97dccb4c61645a14f541e7bceba3ba1599efb8ba (patch) | |
| tree | 1484445b5133500bf1eba3849a970e728170735a /slang.h | |
| parent | 43e0fba1a51ae27ac2b3ab12e9b6bbb87126b7cc (diff) | |
Add spirv-dis as a downstream compiler (#3059)
* Add spirv-dis as a downstream compiler
* Add TODO for spirv-dis downstream compiler
* Do not use SpirvDis by default
* tabs to spaces
* regenerate vs projects
* correct test
* correct calling convention
---------
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'slang.h')
| -rw-r--r-- | slang.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -634,6 +634,7 @@ extern "C" SLANG_PASS_THROUGH_FXC, SLANG_PASS_THROUGH_DXC, SLANG_PASS_THROUGH_GLSLANG, + SLANG_PASS_THROUGH_SPIRV_DIS, SLANG_PASS_THROUGH_CLANG, ///< Clang C/C++ compiler SLANG_PASS_THROUGH_VISUAL_STUDIO, ///< Visual studio C/C++ compiler SLANG_PASS_THROUGH_GCC, ///< GCC C/C++ compiler |
