Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 420 Bytes

File metadata and controls

8 lines (5 loc) · 420 Bytes

Calculating a diffusion influence map using a compute shader

This project attempts to calculate diffusion on a large map using the GPU, it's currently working ok on a 600x600 map.

AsyncGPUReadback is fast, 0.1ms. The 8ms spikes are due to the convertion world space to texture and can be smoothed out by moving all this code to a bursted job.