Skip to content

render/vulkan: Implement vulkan_read_pixels & vulkan_preferred_read_format

David Leppla-Weber requested to merge David96/wlroots:master into master

The only thing missing from the vulkan renderer for me personally is that screencopy doesn't work. So I pieced this together from https://github.com/SaschaWillems/Vulkan/blob/master/examples/screenshot/screenshot.cpp without ever having dealt with vulkan before. It works but creates a lot of lag when running eg wf-recorder in the background.

Edited by David Leppla-Weber

Merge request reports