mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-26 08:51:31 +11:00
Include LunarG build settings in README
This commit is contained in:
parent
23d10a3c0f
commit
55dbf83cdb
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…
Reference in a new issue