File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Use `.\adb.exe -d logcat Flax:I *:S` to listen for game logs on device.
8686## Vulkan debugging
8787
8888* Build Debug build
89- * Copy ` libVkLayer_khronos_validation.so ` (optionally other validation libs) from ` NDK/sources/third_party/vulkan/src/build-android/jniLibs/arm64-v8a ` to output Gradle project libs folder (` <output>/app/jniLibs/arm64-v8a ` )
89+ * Copy ` libVkLayer_khronos_validation.so ` (optionally other validation libs) from ` NDK/sources/third_party/vulkan/src/build-android/jniLibs/arm64-v8a ` or from [ official website ] ( https://developer.android.com/ndk/guides/graphics/validation-layer ) to output Gradle project libs folder (` <output>/app/jniLibs/arm64-v8a ` )
9090* Monitor adb output log with Vulkan Validation layer logs
9191* Note that game performance will be lower (esp. CPU) due to additional validation of the GPU commands
9292
You can’t perform that action at this time.
0 commit comments