diff options
Diffstat (limited to 'source/core')
| -rw-r--r-- | source/core/slang-type-text-util.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/core/slang-type-text-util.cpp b/source/core/slang-type-text-util.cpp index 454ca4258..9985b8b23 100644 --- a/source/core/slang-type-text-util.cpp +++ b/source/core/slang-type-text-util.cpp @@ -75,6 +75,8 @@ static const CompileTargetInfo s_compileTargetInfos[] = { SLANG_PTX, "ptx", "ptx" }, { SLANG_SHADER_HOST_CALLABLE, "", "host-callable,callable" }, { SLANG_OBJECT_CODE, "obj,o", "object-code" }, + { SLANG_HOST_HOST_CALLABLE, "", "host-host-callable" }, + }; |
