docs: fix spelling mistakes

This commit is contained in:
Eric Engestrom 2016-04-02 22:09:09 +01:00
parent aa01e41772
commit e514340dbf
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ build_windows_targets.bat
At this point, you can use Windows Explorer to launch Visual Studio by double-clicking on the "VULKAN.sln" file in the \build folder. Once Visual Studio comes up, you can select "Debug" or "Release" from a drop-down list. You can start a build with either the menu (Build->Build Solution), or a keyboard shortcut (Ctrl+Shift+B). As part of the build process, Python scripts will create additional Visual Studio files and projects, along with additional source files. All of these auto-generated files are under the "build" folder.
Vulkan programs must be able to find and use the vulkan-1.dll libary. Make sure it is either installed in the C:\Windows\System32 folder, or the PATH environment variable includes the folder that it is located in.
Vulkan programs must be able to find and use the vulkan-1.dll library. Make sure it is either installed in the C:\Windows\System32 folder, or the PATH environment variable includes the folder that it is located in.
To run Vulkan programs you must tell the icd loader where to find the libraries.
This is described in a `LoaderAndLayerInterface` document in the `loader` folder in this repository.

View File

@ -1,7 +1,7 @@
# Vulkan Ecosystem Components
*Version 1.0, January 25, 2016*
This project provides Khronos offical ICD loader and validation layers for Vulkan developers on Windows and Linux.
This project provides Khronos official ICD loader and validation layers for Vulkan developers on Windows and Linux.
## Introduction