bort-vk

Crates.iobort-vk
lib.rsbort-vk
version0.2.7
sourcesrc
created_at2023-08-13 07:27:46.272228
updated_at2024-01-08 06:08:34.546291
descriptionlightweight vulkan wrapper
homepagehttps://github.com/lilly-lizard/bort
repositoryhttps://github.com/lilly-lizard/bort
max_upload_size
id943179
size240,683
lilly lizard (lilly-lizard)

documentation

README

Bort

Bort is an unambitious, lightweight vulkan wrapper on top of ash and vulkan memory allocator aiming to reduce some boilerplate, call destructors with Drop, reference count resource dependencies (with Arc), store create-info properties, provide convenient defaults for create-info properties etc.

This repo consists of 2 crates:

Bort under attack

Oh, also this is like all unsafe from the vulkan spec perspective i.e. there's very little spec validity checking. I don't really care because that's what the validation layers are for imo. Shout out to vulkano for being awesome. If you want enforced spec compliance, that's the place to go!

Commit count: 196

cargo fmt