Search
Items tagged with: vulkan
Exploring Rust for Vulkan drivers, part 1
Exploring the area of using Rust to write Mesa Vulkan drivers.Collabora | Open Source Consulting
The next alpha of 0 A.D. will feature an experimental Vulkan backend! It took 1.5 years of refactoring to get there but it will open new opportunities in the future!
You can test it and report bugs by downloading the development version of the game.
More information here: wildfiregames.com/forum/topic/…
#vladislavbelov #vulkan #gamedev #opensource #pyrogenesisengine #0ad
Vulkan - new graphics API
I was doing different refactorings of our engine for last 1.5 years. It's allowed me to add a new backend (graphics API) - Vulkan. It's relatively new API (as D3D12) which allows us to have a more predictable and stable performance.vladislavbelov (Wildfire Games Community Forums)
Bridging the synchronization gap on Linux
After fighting with the divide between implicit and explicit synchronization with Vulkan on Linux for over seven years, we may finally have some closure.Collabora | Open Source Consulting