Skip to main content

Module fft_dispatch

Module fft_dispatch 

Source

Structs§

FftGpuResources
Pre-built uniform buffers + bind groups for FFT stages (per executable).

Functions§

dispatch_fft_gpu_in_pass
Run FFT stages inside an existing compute pass (no extra submit/poll).
run_fft_gpu
Standalone FFT dispatch (legacy callers).
run_fft_gpu_cached
Standalone FFT dispatch using compile-time cached resources.