File tree
3 files changed
+6
-25
lines changed- include/nbl/builtin/hlsl
- fft
- workgroup
3 files changed
+6
-25
lines changedSubmodule examples_tests updated 21 files
- 11_FFT/CMakeLists.txt+24
- 11_FFT/README.md+164
- 11_FFT/app_resources/common.hlsl+13
- 11_FFT/app_resources/shader.comp.hlsl+76
- 11_FFT/config.json.template+28
- 11_FFT/main.cpp+338
- 11_FFT/pipeline.groovy+50
- 28_FFTBloom/CMakeLists.txt+24
- 28_FFTBloom/app_resources/common.hlsl+51
- 28_FFTBloom/app_resources/fft_common.hlsl+72
- 28_FFTBloom/app_resources/fft_convolve_ifft.hlsl+254
- 28_FFTBloom/app_resources/fft_mirror_common.hlsl+46
- 28_FFTBloom/app_resources/image_fft_first_axis.hlsl+88
- 28_FFTBloom/app_resources/image_ifft_first_axis.hlsl+153
- 28_FFTBloom/app_resources/kernel_fft_first_axis.hlsl+84
- 28_FFTBloom/app_resources/kernel_fft_second_axis.hlsl+214
- 28_FFTBloom/app_resources/kernel_spectrum_normalize.hlsl+19
- 28_FFTBloom/config.json.template+28
- 28_FFTBloom/main.cpp+1.3k
- 28_FFTBloom/pipeline.groovy+50
- CMakeLists.txt+5-1
Lines changed: 3 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
| 8 | + | |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
| |||
96 | 95 |
| |
97 | 96 |
| |
98 | 97 |
| |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 | 98 |
| |
116 | 99 |
| |
117 |
| - | |
| 100 | + | |
118 | 101 |
| |
119 |
| - | |
| 102 | + | |
120 | 103 |
| |
121 | 104 |
| |
122 | 105 |
| |
123 | 106 |
| |
124 | 107 |
| |
125 | 108 |
| |
126 |
| - | |
127 |
| - | |
128 | 109 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
| 166 | + | |
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 |
| - | |
| 173 | + | |
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
|
0 commit comments