summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
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"