David Pinedo
David Pinedo
Here is a pull request that implements the --borderless option. We have found it useful for replaying traces that were created from an app that runs in a full-screen borderless...
The computecullandlod demo on Android crashes due to an assert failure. Here are the are the relevant lines from adb logcat: [logcat.log](https://github.com/SaschaWillems/Vulkan/files/4482182/logcat.log) It's possible there might be a configuration problem...
ActionRPG on Android calls vkGetDeviceProcAddr for vkGetRefreshCycleDurationGOOGLE and vkGetPastPresentationTimingGOOGLE. Since these are instance functions, they fail. The gfxreconstruct trace layer passes this call down to the next layer (the driver),...
This is an experimental change. A generated file was directly modified so as to see how CI tests behave when images are removed from oldswapchain.
Package: https://github.com/LunarG/gfxreconstruct/releases/tag/v1.0.2 Here's what ls -l shows for the files that are in the package: $ ls -l total 37988 -rw-r--r-- 1 david david 2052 Jan 23 11:02 gfxrecon-capture.py -rw-r--r--...