summaryrefslogtreecommitdiffstats
path: root/tools/gfx-unit-test/precompiled-module-2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx-unit-test/precompiled-module-2.cpp')
-rw-r--r--tools/gfx-unit-test/precompiled-module-2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx-unit-test/precompiled-module-2.cpp b/tools/gfx-unit-test/precompiled-module-2.cpp
index f5d576a23..ca9f8b565 100644
--- a/tools/gfx-unit-test/precompiled-module-2.cpp
+++ b/tools/gfx-unit-test/precompiled-module-2.cpp
@@ -112,7 +112,7 @@ void precompiledModule2TestImplCommon(
{
case gfx::DeviceType::DirectX12:
targetDesc.format = SLANG_DXIL;
- targetDesc.profile = device->getSlangSession()->getGlobalSession()->findProfile("sm_6_1");
+ targetDesc.profile = device->getSlangSession()->getGlobalSession()->findProfile("sm_6_6");
break;
case gfx::DeviceType::Vulkan:
targetDesc.format = SLANG_SPIRV;