summaryrefslogtreecommitdiffstats
path: root/source/core
diff options
context:
space:
mode:
authorTomáš Pazdiora <tomas.pazdiora@gmail.com>2024-05-10 03:17:38 +0200
committerGitHub <noreply@github.com>2024-05-09 18:17:38 -0700
commit926009a58315845b3a3a95e2724486a6c9e987ea (patch)
tree9d3fe66b2915af9a93934495ec5a594c837c1296 /source/core
parentb4462187edeffb1f510e077f6bb41a01250e6b8f (diff)
fix typo (#4144)
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'source/core')
-rw-r--r--source/core/slang-type-text-util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-type-text-util.cpp b/source/core/slang-type-text-util.cpp
index d18f10a5e..e6c575bc3 100644
--- a/source/core/slang-type-text-util.cpp
+++ b/source/core/slang-type-text-util.cpp
@@ -54,7 +54,7 @@ static const TypeTextUtil::CompileTargetInfo s_compileTargetInfos[] =
{ SLANG_CPP_PYTORCH_BINDING, "cpp,c++,cxx", "torch,torch-binding,torch-cpp,torch-cpp-binding", "C++ for pytorch binding" },
{ SLANG_HOST_CPP_SOURCE, "cpp,c++,cxx", "host-cpp,host-c++,host-cxx", "C++ source for host execution"},
{ SLANG_HOST_EXECUTABLE,"exe", "exe,executable", "Executable binary" },
- { SLANG_SHADER_SHARED_LIBRARY, "shader-dll,shader-so", "shader-sharedlib,sahder-sharedlibrary,shader-dll", "Shared library/Dll for shader kernel" },
+ { SLANG_SHADER_SHARED_LIBRARY, "shader-dll,shader-so", "shader-sharedlib,shader-sharedlibrary,shader-dll", "Shared library/Dll for shader kernel" },
{ SLANG_HOST_SHARED_LIBRARY, "dll,so", "sharedlib,sharedlibrary,dll", "Shared library/Dll for host execution" },
{ SLANG_CUDA_SOURCE, "cu", "cuda,cu", "CUDA source code" },
{ SLANG_PTX, "ptx", "ptx", "PTX assembly" },