Update notes on android builds, added info about validation layer builds
(Refs #303)
This commit is contained in:
parent
e0d2fd5ff4
commit
f447047913
2 changed files with 27 additions and 11 deletions
|
|
@ -4,6 +4,12 @@ Put the pre-built validation layers into the folder for the architecture you're
|
|||
|
||||
E.g. for armeabi-v7a:
|
||||
|
||||
./armeabi-v7a/libVkLayer_core_validation.so
|
||||
./armeabi-v7a/libVkLayer_object_tracker.so
|
||||
...
|
||||
- ./armeabi-v7a/libVkLayer_core_validation.so
|
||||
- ./armeabi-v7a/libVkLayer_object_tracker.so
|
||||
- ...
|
||||
|
||||
After this, build the example you want validation to be enabled for with the "-validation" flag, e.g.:
|
||||
|
||||
```
|
||||
build pbrtexture -validation
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue