#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

#801 in Graphics APIs

Download history 4/week @ 2024-01-08 6/week @ 2024-01-15 6/week @ 2024-02-12 21/week @ 2024-02-19 72/week @ 2024-02-26 15/week @ 2024-03-04 16/week @ 2024-03-11 13/week @ 2024-03-18 16/week @ 2024-03-25

65 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