chore: Updated Vortice.Vulkan package to the latest version 2.1.2 -> 3.0.3#2991
Conversation
|
Quick question, will there be any changes in the C# code (due to binding changes)? |
Yes, there will be some changes to the code, but as far as I noticed it's all about extracting InstanceApi and DeviceApi instead of invoking functions directly from the library. Also there were some changes to the way the core functions work (instead of single call we always get VkResult as a return type and extracting the specific result is done by another call). Let me know if I should branch off from Your fork then. |
|
Hey, Thanks |
|
Edit: seems fixed now. |
fc07c7d to
33eba55
Compare
|
Thanks ! |
PR Details
Updated Vortice.Vulkan package to the latest version (2.1.2 -> 3.0.3)
Related Issue
Types of changes
Checklist