vyre-wgpu 0.1.0

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 `automod::dir!`.

pub mod unit;