Crates.io | bort-vk |
lib.rs | bort-vk |
version | 0.2.7 |
source | src |
created_at | 2023-08-13 07:27:46.272228 |
updated_at | 2024-01-08 06:08:34.546291 |
description | lightweight vulkan wrapper |
homepage | https://github.com/lilly-lizard/bort |
repository | https://github.com/lilly-lizard/bort |
max_upload_size | |
id | 943179 |
size | 240,683 |
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:
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!