summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/core/slang-render-api-util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-render-api-util.cpp b/source/core/slang-render-api-util.cpp
index 1e77c2ac6..7c1f41abe 100644
--- a/source/core/slang-render-api-util.cpp
+++ b/source/core/slang-render-api-util.cpp
@@ -13,7 +13,7 @@ namespace Slang
/* static */ const RenderApiUtil::Info RenderApiUtil::s_infos[] = {
{RenderApiType::Vulkan, "vk,vulkan", ""},
{RenderApiType::D3D12, "dx12,d3d12", ""},
- {RenderApiType::D3D11, "dx11,d3d11", "hlsl,hlsl-rewrite,slang"},
+ {RenderApiType::D3D11, "dx11,d3d11", "hlsl,hlsl-rewrite,glsl-rewrite,glsl-cross,slang"},
{RenderApiType::Metal, "mtl,metal", ""},
{RenderApiType::CPU, "cpu", ""},
{RenderApiType::CUDA, "cuda", "cuda,ptx"},