diff options
| author | Yong He <yonghe@outlook.com> | 2017-11-01 13:00:29 -0400 |
|---|---|---|
| committer | Yong He <yonghe@outlook.com> | 2017-11-01 13:00:29 -0400 |
| commit | b623864fe609e6912cdd2e350aa70cf7e441e1d3 (patch) | |
| tree | 3e3d917bf877e8e83f12b04a920b53ed2afdb942 /slang.h | |
| parent | b4754152010b99400a2efbd97c9cfbdb7e986cc0 (diff) | |
| parent | ec41631032b65973e8f92348e0a86bb9924ef981 (diff) | |
Merge https://github.com/shader-slang/slang
Diffstat (limited to 'slang.h')
| -rw-r--r-- | slang.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -89,6 +89,8 @@ extern "C" SLANG_SPIRV_ASM, SLANG_DXBC, SLANG_DXBC_ASM, + SLANG_DXIL, + SLANG_DXIL_ASM, }; /* A "container format" describes the way that the outputs @@ -1079,6 +1081,7 @@ namespace slang #include "source/core/text-io.cpp" #include "source/slang/bytecode.cpp" #include "source/slang/diagnostics.cpp" +#include "source/slang/dxc-support.cpp" #include "source/slang/emit.cpp" #include "source/slang/ir.cpp" #include "source/slang/lexer.cpp" |
