Skip to content

Commit

Permalink
layer: Update Android layer settings doc
Browse files Browse the repository at this point in the history
Change-Id: Ie35fa7eb4e3568f89aa2dfd4312ea931ecb90755
  • Loading branch information
christophe-lunarg authored and charles-lunarg committed Jun 12, 2024
1 parent d6e5485 commit 413b763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions layersvt/api_dump_layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ The easiest way to set a property is from the ADB shell:

**For example:**

To set the API Dump output log filename, which on desktop uses `VK_APIDUMP_LOG_FILENAME`
To set the API Dump output log filename, which on desktop uses `VK_API_DUMP_LOG_FILENAME`
set the following property:

debug.apidump_log_filename
debug.vulkan.api_dump.log_filename

Which you can set in the following way:

adb shell "setprop debug.apidump_log_filename '/sdcard/Android/vk_apidump.txt'"
adb shell "setprop debug.vulkan.api_dump.log_filename '/sdcard/Android/vk_apidump.txt'"

<br></br>

Expand Down
2 changes: 1 addition & 1 deletion layersvt/screenshot_layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ Vulkan Cube demo from [Khronos/Vulkan-Tools](https://github.com/KhronosGroup/Vul
adb shell pm grant com.example.VkCube android.permission.READ_EXTERNAL_STORAGE
adb shell pm grant com.example.VkCube android.permission.WRITE_EXTERNAL_STORAGE
```
## Layer Options
## Layer Settings

The options for this layer are specified in VK_LAYER_LUNARG_screenshot.json. The layer option details are documented in the [screenshot layer documentation](https://vulkan.lunarg.com/doc/sdk/latest/windows/screenshot_layer.html#user-content-layer-details).

0 comments on commit 413b763

Please sign in to comment.