blade
blade copied to clipboard
Is VK_KHR_external_memory[_fd, _win32] required?
trafficstars
I'm trying to run blade with Mesa's Lavapipe, but on Windows it implements only VK_KHR_external_memory, but not `VK_KHR_external_memory_win32``.
Would it be possible to add them to the list of required Vulkan extensions to https://crates.io/crates/blade-graphics ?
Lavapipe seems to implement all the other extensions in the Readme.
Are there other extensions not listed there?
Thank you 🙏