We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdc1cd commit 8ab351eCopy full SHA for 8ab351e
tools/gfx-unit-test/precompiled-module-2.cpp
@@ -112,7 +112,7 @@ void precompiledModule2TestImplCommon(
112
{
113
case gfx::DeviceType::DirectX12:
114
targetDesc.format = SLANG_DXIL;
115
- targetDesc.profile = device->getSlangSession()->getGlobalSession()->findProfile("sm_6_1");
+ targetDesc.profile = device->getSlangSession()->getGlobalSession()->findProfile("sm_6_6");
116
break;
117
case gfx::DeviceType::Vulkan:
118
targetDesc.format = SLANG_SPIRV;
0 commit comments