wgsl_to_wgpu icon indicating copy to clipboard operation
wgsl_to_wgpu copied to clipboard

Support compute shaders

Open ScanMountGoat opened this issue 4 years ago • 0 comments

  • [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

ScanMountGoat avatar Mar 07 '22 19:03 ScanMountGoat