ash-bootstrap
Vulkan Bootstrapping library for Rust, inspired by vk-bootstrap
.
-
✅ Instance creation -
✅ Physical Device selection -
✅ Device creation -
✅ Getting queues -
✅ Swapchain handling was handled in erupt-bootstrap, but ash_window takes care of creation, we handle swapchain creation/recreation in this lib.
Cargo Features
surface
(enabled by default): Enables the use ofraw-window-handle
.
Example
see the examples dir for up to date examples
Licensing
This project is licensed under the zlib License.
vk-bootstrap
, the inspiration of this project, is licensed under the MIT license.
erupt-bootsrap
is the main initial work of this by Friz64. He's the real hero, I just work here.