Ignore pre-build android validation layers [skip ci]
This commit is contained in:
parent
8e6e95b5f2
commit
ac0a4989bd
2 changed files with 13 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -204,4 +204,7 @@ vulkanCapsViewer/vulkanreport.json
|
||||||
!data/models/voyager/*.obj
|
!data/models/voyager/*.obj
|
||||||
|
|
||||||
# DLLs in bin
|
# DLLs in bin
|
||||||
!bin/*.dll
|
!bin/*.dll
|
||||||
|
|
||||||
|
# Android validation layer libraries
|
||||||
|
android/layers/*/*.so
|
||||||
9
android/layers/README.md
Normal file
9
android/layers/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# Android validation layers
|
||||||
|
|
||||||
|
Put the pre-built validation layers into the folder for the architecture you're targeting.
|
||||||
|
|
||||||
|
E.g. for armeabi-v7a:
|
||||||
|
|
||||||
|
./armeabi-v7a/libVkLayer_core_validation.so
|
||||||
|
./armeabi-v7a/libVkLayer_object_tracker.so
|
||||||
|
...
|
||||||
Loading…
Add table
Add a link
Reference in a new issue