settings: Add Android layer settings example

This commit is contained in:
Christophe 2025-04-08 16:19:58 +02:00 committed by Spencer Fricke
parent abc2498bde
commit ad2ffcba7b

View file

@ -368,4 +368,14 @@ $ export VK_VALIDATION_DEBUG_ACTION=VK_DBG_LAYER_ACTION_LOG_MSG
$ export VK_VALIDATION_REPORT_FLAGS=debug:error:perf:info:warn
$ export VK_VALIDATION_ENABLE_MESSAGE_LIMIT=true
$ export VK_VALIDATION_DUPLICATE_MESSAGE_LIMIT=3
```
```
#### Example Usage on Android:
```
$ adb setprop debug.vvl.validation_core true
$ adb setprop debug.vulkan.validation.validation_sync true
$ adb setprop debug.vulkan.validation.thread_safety true
$ adb setprop debug.vulkan.validation.enable_message_limit true
$ adb setprop debug.vulkan.validation.duplicate_message_limit 3
```