particular
particular copied to clipboard
`gpu::BruteForce` does not work on WASM
The current design decisions prevent gpu::BruteForce
from working on WASM with WebGPU:
- Use of push constants for the softening https://github.com/gpuweb/gpuweb/issues/75
- Reading the accelerations buffer requires blocking the main thread, which we currently do using pollster