wgpu-hal 25.0.0

Hardware abstraction layer for wgpu, the cross-platform, safe, pure-rust graphics API
Documentation
1
2
3
4
5
6
7
8
#![allow(clippy::std_instead_of_alloc, clippy::std_instead_of_core)]

pub mod conv;
pub mod exception;
pub mod factory;
pub mod name;
pub mod result;
pub mod time;