From cdaf00480f62a5b5c54ce9f8cb8494eb1fd5a075 Mon Sep 17 00:00:00 2001 From: ohmaya Date: Fri, 15 Nov 2024 09:59:36 +0800 Subject: [PATCH] Fixing README typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f820f9e..cc264af 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ The RTXDI sample applications can run using D3D12 or Vulkan, which is achieved t By default, the sample apps will run using D3D12 on Windows. To start them in Vulkan mode, add `--vk` to the command line. To compile the sample apps without Vulkan support, set the CMake variable `DONUT_WITH_VULKAN` to `OFF` and re-generate the project. -To enable SPIV-V compileation tests, set the `GLSLANG_PATH` variable in CMake to the path to glslangValidator.exe in your Vulkan installation. +To enable SPIR-V compilation tests, set the `GLSLANG_PATH` variable in CMake to the path to glslangValidator.exe in your Vulkan installation. ## Integration