Crate asche

Source
Expand description

Provides an abstraction layer above erupt to easier use Vulkan in Rust.

No validation and a lot of pain. Lifetimes are not fully tracked, so you need to pay attention when to drop which resource to avoid UB (check the validation layer). In general resources should not be dropped while they are being used.

Structs§

Enums§

Traits§

  • Implements common command between all queues.
  • The lifetime of an allocation. Used to pool allocations and reduce fragmentation.