Nabla-Examples-and-Tests icon indicating copy to clipboard operation
Nabla-Examples-and-Tests copied to clipboard

Fft bloom

Open Fletterio opened this issue 1 year ago • 1 comments

Adds the Bloom example as example 11

Fletterio avatar Sep 05 '24 02:09 Fletterio

Main is a mess after line 410, after that I basically pasted old code that doesn't work after it and left the 64_FFT code below that for easier access and reference. Currently I'm working on the kernel fft code (+ normalization maybe if it's feasible to do in the same dispatch with the same number of workgroups)

Fletterio avatar Sep 05 '24 03:09 Fletterio

Ready to be merged

Fletterio avatar Nov 08 '24 19:11 Fletterio

Forgot to mention, half floats not working ( I think due to some DXC bug with saving to float16 textures) so I'll cook up a workaround later

I think this is related to this issue since DXC throws a lot of warnings if I try to tell it the texture to write to has half floats, even when specifying vk::image_format

Fletterio avatar Nov 09 '24 20:11 Fletterio