Thanks to visit codestin.com
Credit goes to github.com

Skip to content

alexhe/AppForRenderDoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

renderdoc may not support android 16.

So I write a demo app with a listview, for debug renderdoc on android 16.

because android 16 change skia graphic api from opengles to vulkan.

android hwui skia ganesh use QueueSubmit api to identify a frame end.

if you don't have android 16 device, you can use command :

adb shell setprop debug.hwui.renderer skiavk

to change the app with hwui to use vulkan api, restart the demo app, the app is running with skia vulkan api now.

About

android app for debug renderdoc on android 16

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages