SharpVulkan icon indicating copy to clipboard operation
SharpVulkan copied to clipboard

Other Vulkan bindings

Open stefnotch opened this issue 9 years ago • 1 comments

Not really an issue, but rather something to help @jwollen a bit: There is another C# Vulkan binding out there: https://github.com/mono/VulkanSharp

Apparently, it's generator is open source as well! :D You might be able to incorporate parts of it into your code (though, that is a lot of work and usually only worth it, if there is an issue that you can't figure out how to solve)

stefnotch avatar May 13 '16 16:05 stefnotch

Yep, monitoring those, too. They look a bit different, though. I'd like to keep them mostly unsafe and struct-based. Maybe we can join forces at some point, once I include the generator and both projects are a bit more mature.

jwollen avatar May 13 '16 17:05 jwollen