2 releases
| 0.1.1 | Mar 3, 2023 |
|---|---|
| 0.1.0 | Mar 2, 2023 |
#1189 in Graphics APIs
315 downloads per month
Used in 3 crates
(2 directly)
18KB
212 lines
Rust definitions of the Vulkan "handle" and "non-dispatchable handle" types.
The purpose of this crate is to be a small and stable public interface crate so that other crates that both use Vulkan can pass handles between each other when necessary without either directly depending on each other.
Docs.rs
raw_vulkan_handle
Rust definitions of the Vulkan "handle" and "non-dispatchable handle" types.