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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/compiler.h b/source/slang/compiler.h
index e106973bc..cb7eb6265 100644
--- a/source/slang/compiler.h
+++ b/source/slang/compiler.h
@@ -36,6 +36,7 @@ namespace Slang
enum class CodeGenTarget
{
Unknown = SLANG_TARGET_UNKNOWN,
+ None = SLANG_TARGET_NONE,
GLSL = SLANG_GLSL,
GLSL_Vulkan = SLANG_GLSL_VULKAN,
GLSL_Vulkan_OneDesc = SLANG_GLSL_VULKAN_ONE_DESC,