mirror of
https://github.com/italicsjenga/portability.git
synced 2025-02-17 06:37:43 +11:00
Merge #27
27: Include LunarG build settings in README r=kvark a=msiglreith
This commit is contained in:
commit
1d77233de9
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -26,3 +26,13 @@ cd build
|
|||
cmake ..
|
||||
cmake --build . --target native_test
|
||||
```
|
||||
|
||||
## Running Samples
|
||||
|
||||
### LunarG (API-Samples)
|
||||
After building `portability` as shown above, grab a copy from https://github.com/LunarG/VulkanSamples.
|
||||
Manually override the [`VULKAN_LOADER`](https://github.com/LunarG/VulkanSamples/blob/master/API-Samples/CMakeLists.txt#L189-L194) variable and set it to the portability library.
|
||||
```
|
||||
set (VULKAN_LOADER "path/to/portability/library")
|
||||
```
|
||||
Then proceed with the normal build instructions.
|
||||
|
|
Loading…
Add table
Reference in a new issue