File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -293,11 +293,13 @@ if(NOT USE_PREBUILT_SHADERS)
293293 elseif (BUILD_DXIL_SHADERS)
294294 find_program (DIRECTX_DXC_TOOL DXC.EXE
295295 HINTS "C:/Program Files (x86)/Windows Kits/10/bin/${CMAKE_SYSTEM_VERSION} /${DIRECTX_HOST_ARCH} "
296+ "C:/Program Files (x86)/Windows Kits/10/bin/${CMAKE_SYSTEM_VERSION} .0/${DIRECTX_HOST_ARCH} "
296297 "C:/Program Files (x86)/Windows Kits/10/bin/${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION} /${DIRECTX_HOST_ARCH} " )
297298 message (STATUS "Using DirectXShaderCompiler found in ${DIRECTX_DXC_TOOL} " )
298299 else ()
299300 find_program (DIRECTX_FXC_TOOL FXC.EXE
300301 HINTS "C:/Program Files (x86)/Windows Kits/10/bin/${CMAKE_SYSTEM_VERSION} /${DIRECTX_HOST_ARCH} "
302+ "C:/Program Files (x86)/Windows Kits/10/bin/${CMAKE_SYSTEM_VERSION} .0/${DIRECTX_HOST_ARCH} "
301303 "C:/Program Files (x86)/Windows Kits/10/bin/${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION} /${DIRECTX_HOST_ARCH} " )
302304 message (STATUS "Using LegacyShaderCompiler found in ${DIRECTX_FXC_TOOL} " )
303305 endif ()
You can’t perform that action at this time.
0 commit comments