This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

capturing gfxr for a frame

Hello forum,

I am trying to capture GFXR for a vulkan app running on MALI GPU (Oppo Reno 3 with G77) using LunarG gfxrcapture tool.

I have followed the steps described here minimal steps for gfxr capture · Issue #669 · LunarG/gfxreconstruct · GitHub

But haven't been able to capture the GFXR so far. 

Looking for any inputs from the forum if I am missing anything in the steps to be followed.

Thank you,

rchakena

Parents
  • Hello!

    The documentation says that VK_LAYER_LUNARG_gfxreconstruct will try to save the capture to a file and needs write access to the external storage. Do you specify read/write permissions for external storage in the Android manifest (as well as requesting them in the code)?

Reply
  • Hello!

    The documentation says that VK_LAYER_LUNARG_gfxreconstruct will try to save the capture to a file and needs write access to the external storage. Do you specify read/write permissions for external storage in the Android manifest (as well as requesting them in the code)?

Children