dunge 0.3.5

Typesafe and portable 3d render library
Documentation
1
2
3
4
5
6
@group(0) @binding(0) 
var<storage> global: array<f32>;

@compute @workgroup_size(64, 1, 1) 
fn cs() {
}