LunarG / vktrace

Vulkan vktrace / vkreplay
Other
6 stars 8 forks source link

Add a new parameter for vkrelpay to choose wsi. #31

Open jyangsh opened 6 years ago

jyangsh commented 6 years ago

Some platforms may support multi-wsi, e.g. xcb, display, etc. Can we add a new option for vkreplay to choose the wsi?

joey-lunarg commented 6 years ago

Adding WSI selection to vkreplay as a command-line argument is on the roadmap.

In the meantime, you can set the cmake build option VKREPLAY_WSI_SELECTION to either XCB or WAYLAND.

jyangsh commented 6 years ago

Yes, I know the build option, but it need re-build or using different version binaries. Sometimes, it is annoying. :)