mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 15:20:52 +00:00
docs: fix spelling mistakes
This commit is contained in:
parent
aa01e41772
commit
e514340dbf
2
BUILD.md
2
BUILD.md
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user