Update readme on using vulkan-headers instead of vulkan-hpp with vcpkg. (#1726)

This commit is contained in:
Andreas Süßenbach 2023-11-14 16:49:53 +01:00 committed by GitHub
parent 9bece47d4c
commit 8a4896d519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg cd vcpkg
./bootstrap-vcpkg.sh ./bootstrap-vcpkg.sh
./vcpkg integrate install ./vcpkg integrate install
./vcpkg install vulkan-hpp ./vcpkg install vulkan-headers
``` ```
The vulkan-hpp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. The vulkan-hpp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.