google / gapid

Graphics API Debugger
https://gapid.dev
Apache License 2.0
2.21k stars 328 forks source link

gapit screenshot -overdraw didn't generate output image #3811

Open randomgraphics opened 4 years ago

randomgraphics commented 4 years ago

Environment information:

Bug description gapit screenshot -overdraw a.gfxtrace didn't generate a output image

Reproduction steps Run gapit screenshot -overdraw a.gfxtrace on a single frame capture. Expected result: a screenshot.png saved to local drive that contains overdraw count instead of actual pixel color. Actual result: no output file generated at all.

Have verfied that gapid screenshot a.gfxtrace work all fine.

Stacktrace Please paste a stacktrace here if it's available.

Screenshots If applicable, add screenshots to help explain your problem.

Additional debugging information logcat.txt hostlog.txt

AWoloszyn commented 4 years ago

Is this a GLES trace or a Vulkan trace? Overdraw is currently a Vulkan feature.

randomgraphics commented 4 years ago

Well, It is a GLES trace.

randomgraphics commented 4 years ago

is there a plan to support it on GLES?