summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
Diffstat (limited to 'slang.h')
-rw-r--r--slang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/slang.h b/slang.h
index 03c5cd6f8..3f5ba5c31 100644
--- a/slang.h
+++ b/slang.h
@@ -612,6 +612,7 @@ extern "C"
SLANG_METAL, ///< Metal shading language
SLANG_METAL_LIB, ///< Metal library
SLANG_METAL_LIB_ASM, ///< Metal library assembly
+ SLANG_HOST_SHARED_LIBRARY, ///< A shared library/Dll for host code (for hosting CPU/OS)
SLANG_TARGET_COUNT_OF,
};