diff options
Diffstat (limited to 'slang.h')
| -rw-r--r-- | slang.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -610,6 +610,8 @@ extern "C" SLANG_HOST_HOST_CALLABLE, ///< Host callable host code (ie non kernel/shader) SLANG_CPP_PYTORCH_BINDING, ///< C++ PyTorch binding code. SLANG_METAL, ///< Metal shading language + SLANG_METAL_LIB, ///< Metal library + SLANG_METAL_LIB_ASM, ///< Metal library assembly SLANG_TARGET_COUNT_OF, }; |
