From 112bac35e386fef990df5a18af33838318262b83 Mon Sep 17 00:00:00 2001 From: ohmaya Date: Tue, 27 Nov 2018 17:09:50 +0800 Subject: [PATCH] Update README.md gpuopen_geometryfx_update_vs_files.bat => gpuopen_tressfx_update_vs_files.bat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f7cbae..aab444f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Although DirectX 12 support is included, it hasn't been properly optimized. ### Premake -The Visual Studio solutions and projects in this repo were generated with Premake. If you need to regenerate the Visual Studio files, double-click on `gpuopen_geometryfx_update_vs_files.bat` in the `premake` directory. +The Visual Studio solutions and projects in this repo were generated with Premake. If you need to regenerate the Visual Studio files, double-click on `gpuopen_tressfx_update_vs_files.bat` in the `premake` directory. For Visual Studio 2015 and 2017, this version of Premake adds the `WindowsTargetPlatformVersion` element to the project file to specify which version of the Windows SDK will be used. To change `WindowsTargetPlatformVersion` for Visual Studio 2015 and 2017, change the value for `_AMD_WIN_SDK_VERSION` in `premake\amd_premake_util.lua` and regenerate the Visual Studio files.