vyre-driver-wgpu 0.6.5

wgpu backend for vyre IR - implements VyreBackend, owns GPU runtime, buffer pool, pipeline cache
Documentation
1
2
3
4
5
6
//! Runtime cache test suites.
//!
//! The `unit` child wires in per-subsystem unit tests (LRU, buffer pool
//! rotation, tiered policy transitions) via `explicit_mod_list!`.

pub mod unit;