#handle #definition #vulkan #type #non-dispatchable

raw_vulkan_handle

Rust definitions of the Vulkan "handle" and "non-dispatchable handle" types

2 releases

0.1.1 Mar 3, 2023
0.1.0 Mar 2, 2023

#754 in Graphics APIs

43 downloads per month
Used in 3 crates (2 directly)

Zlib OR Apache-2.0 OR MIT

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.

No runtime deps