summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2017-11-01 13:00:29 -0400
committerYong He <yonghe@outlook.com>2017-11-01 13:00:29 -0400
commitb623864fe609e6912cdd2e350aa70cf7e441e1d3 (patch)
tree3e3d917bf877e8e83f12b04a920b53ed2afdb942 /slang.h
parentb4754152010b99400a2efbd97c9cfbdb7e986cc0 (diff)
parentec41631032b65973e8f92348e0a86bb9924ef981 (diff)
Merge https://github.com/shader-slang/slang
Diffstat (limited to 'slang.h')
-rw-r--r--slang.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/slang.h b/slang.h
index 11b34053c..5c84ce6f3 100644
--- a/slang.h
+++ b/slang.h
@@ -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"