yaman-lunarg

Results 4 issues of yaman-lunarg

## Description By obtaining the image_count prior to the retirement of old_swapchain, Android warning is prevented. Fixes #1015 ## General Checklist: Please ensure the following points are checked: - [...

`hello_triangle.cpp` references a retired swapchain resulting in a warning on Android: > 04-08 21:49:23.966 19681 20951 W vulkan : getting images for non-active swapchain 0xb400007623312000; only dequeued image handles are...

> $ cmake -S . -B build \ > > -D CMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_HOME/build/cmake/android.toolchain.cmake \ > > -D ANDROID_PLATFORM=26 \ > > -D CMAKE_ANDROID_ARCH_ABI=arm64-v8a \ > > -D CMAKE_ANDROID_STL_TYPE=c++_static \ > >...

Fixes #1454: Replay to use original swapchain under certain conditions, instead of virtual swapchain.