mirror of
https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
synced 2025-05-14 08:48:39 +00:00
settings: Add Android layer settings example
This commit is contained in:
parent
abc2498bde
commit
ad2ffcba7b
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue