2 releases
0.1.1 | Mar 3, 2023 |
---|---|
0.1.0 | Mar 2, 2023 |
#853 in Graphics APIs
77 downloads per month
Used in 3 crates
(2 directly)
18KB
212 lines
Docs.rs
raw_vulkan_handle
Rust definitions of the Vulkan "handle" and "non-dispatchable handle" types.
lib.rs
:
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.