schell / renderling

GPU driven real-time renderer, backed by wgpu and rust-gpu
https://renderling.xyz
Other
65 stars 4 forks source link

rewrite this shader in Rust after atomics are added to naga spv #63

Open schell opened 11 months ago

schell commented 11 months ago

https://github.com/schell/renderling/blob/222060db299c04fc5384444ac346ea5e8b59d9b0/crates/renderling/src/ibl/diffuse_irradiance.rs#L74

schell commented 2 months ago

This todo is incorrect - it's not atomics blocking this shader, it's a bug in rust-gpu.