You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some improvements to the Virtual Swapchain layer, especially for standalone use (i.e. outside replay).
* Support Android properties instead of environment variables on Android.
* Add `VIRTUAL_SWAPCHAIN_SURFACE_EXTENT` parameter to set the default surface extent (width and height); without this, apps are likely to request a swapchain with `UINT_MAX` width and height, which will fail.
* `vkQueuePresentKHR`: set `pPresentInfo->pResults` if needed; without this, apps may think `vkQueuePresentKHR` always fails.
* Add some logging on failures; uses `__android_log_print` on Android, and `std::cerr` otherwise.
I think we need two useful toolbar buttons:
Clear the log (i.e. remove all the items)
Pause (i.e. delay any additions to the log)
Both are intended to manage the case when there is a lot of logging data emitted.
The text was updated successfully, but these errors were encountered: