Skip to content

Commit

Permalink
Update version in DXR binaries check. (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kristof authored May 14, 2018
1 parent 674c41d commit 94ec0f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo Renaming dxc->fxc so that Visual Studio can natively work with HLSL files a
copy dxc.exe fxc.exe

if %FILENOTFOUND% NEQ 0 (
echo Please go to https://github.com/Microsoft/DirectX-Graphics-Samples/releases and download "DirectX Raytracing Binary Release v1.0".
echo Please go to https://github.com/Microsoft/DirectX-Graphics-Samples/releases and download latest "DirectX Raytracing Binary Release v1.1".
echo Copy all the binaries to Samples\Desktop\D3D12Raytracing\tools\x64"
exit /b 1
)
Expand Down

0 comments on commit 94ec0f0

Please sign in to comment.