fidget-wgpu 0.5.0

WGPU backend for Fidget
Documentation
1
2
3
4
5
6
7
8
// Dummy stack for voxel and gradient shaders
struct Stack {
    v: u32
}

fn stack_push(s: ptr<function, Stack>, v: u32) {
    // nothing to do here
}