summaryrefslogtreecommitdiff
path: root/source/slang/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/compiler.h')
-rw-r--r--source/slang/compiler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/slang/compiler.h b/source/slang/compiler.h
index 9b7e06be0..5d9e47aee 100644
--- a/source/slang/compiler.h
+++ b/source/slang/compiler.h
@@ -55,6 +55,8 @@ namespace Slang
DXBytecodeAssembly = SLANG_DXBC_ASM,
DXIL = SLANG_DXIL,
DXILAssembly = SLANG_DXIL_ASM,
+ CSource = SLANG_C_SOURCE,
+ CPPSource = SLANG_CPP_SOURCE,
};
enum class ContainerFormat