vyre-driver-wgpu 0.6.1

wgpu backend for vyre IR - implements VyreBackend, owns GPU runtime, buffer pool, pipeline cache
Documentation
1
2
3
4
5
//! WGPU-local names for shared fallible allocation reservation helpers.

pub(crate) use vyre_driver::allocation::{
    reserve_hash_map_to_capacity, reserve_smallvec_to_capacity, reserve_vec_to_capacity,
};