mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-22 21:09:52 +00:00
1
How to use the Vulkan validation layers on Android
Henrik Rydgård edited this page 2023-08-03 18:09:25 +02:00
Just a quick reminder to self.
-
Download the latest layers from here
-
Extract the layers appropriately:
The easiest way to add the layers to your APK is to extract the prebuilt layer binaries to the src/main/jniLibs/ directory of your module, with ABI directories (such as arm64-v8a or x86-64) intact, like this:
src/main/jniLibs/
arm64-v8a/
libVkLayer_khronos_validation.so
armeabi-v7a/
libVkLayer_khronos_validation.so
x86/
libVkLayer_khronos_validation.so
x86-64/
libVkLayer_khronos_validation.so