LunarG / vktrace

Vulkan vktrace / vkreplay
Other
6 stars 8 forks source link

vkreplay: Support multi-windows on android #36

Open jyangsh opened 7 years ago

jyangsh commented 7 years ago

Some android vulkan games used multi-windows(one for the logo/loading window, the other one for the game). Then, the app creates two surfaces for both windows respectively. But vkreplay only has one NativeWindow, so when it creates the second surface on the same window, it fails on the window is being used by the first surface.