gpwgpu 0.2.0

A crate intended to make it easier to do general purpose GPU programming (GPGPU) in wgpu.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub use gpwgpu_macros::{parse_shaders, parse_shaders_dyn};
pub use gpwgpu_core::*;
pub mod operations;

pub use wgpu;
pub use once_cell::sync::Lazy;
pub use bincode;

pub use pollster::FutureExt;

pub use parser::ExpansionError;

pub use bytemuck;