wgsl_to_wgpu
wgsl_to_wgpu copied to clipboard
Support compute shaders
- [x] dynamically sized arrays
- [ ] compute pipeline creation (set entry point)
- [x] storage buffer objects
- [ ] workgroup size
- [x] set bind groups on ComputePass instead of RenderPass
- [x] set compute pass