File tree
164 files changed
+208948
-239029
lines changed- include/nbl
- asset
- filters
- builtin/hlsl
- concepts/accessors
- fft
- prefix_sum_blur
- workgroup
- core/hash
- ext
- FFT
- MitsubaLoader
- video
- src/nbl
- asset
- interchange
- utils
- core/hash
- ext
- DepthPyramidGenerator
- ImGui
- LumaMeter
- video/vulkan/profiles
- platforms
- android
- apple
- desktop
- mobile
- linux
- amdvlk
- intel
- nvidia
- radv
- win
- amd
- intel
- nvidia
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
164 files changed
+208948
-239029
lines changedSubmodule examples_tests updated 21 files
- 11_FFT/app_resources/common.hlsl-1
- 11_FFT/app_resources/shader.comp.hlsl+6-10
- 11_FFT/main.cpp+1-4
- 25_FilterTest/main.cpp+3-3
- 26_Blur/CMakeLists.txt+24
- 26_Blur/app_resources/common.hlsl+11
- 26_Blur/app_resources/shader.comp.hlsl+160
- 26_Blur/main.cpp+782
- 28_FFTBloom/app_resources/common.hlsl+7-8
- 28_FFTBloom/app_resources/fft_common.hlsl+8-9
- 28_FFTBloom/app_resources/fft_convolve_ifft.hlsl+58-76
- 28_FFTBloom/app_resources/image_fft_first_axis.hlsl+7
- 28_FFTBloom/app_resources/image_ifft_first_axis.hlsl+7
- 28_FFTBloom/app_resources/kernel_fft_first_axis.hlsl+6
- 28_FFTBloom/app_resources/kernel_fft_second_axis.hlsl+11-2
- 28_FFTBloom/app_resources/kernel_spectrum_normalize.hlsl+3-2
- 28_FFTBloom/main.cpp+78-55
- 30_ComputeShaderPathTracer/main.cpp+9-9
- 67_RayQueryGeometry/main.cpp+11-1
- 70_FLIPFluids/main.cpp+10-10
- CMakeLists.txt+1
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
| 43 | + | |
| 44 | + | |
45 | 45 |
| |
46 |
| - | |
47 |
| - | |
| 46 | + | |
| 47 | + | |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
Lines changed: 5 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 20 | + | |
36 | 21 |
| |
37 | 22 |
| |
38 | 23 |
| |
| |||
75 | 60 |
| |
76 | 61 |
| |
77 | 62 |
| |
78 |
| - | |
| 63 | + | |
79 | 64 |
| |
80 |
| - | |
| 65 | + | |
81 | 66 |
| |
82 |
| - | |
| 67 | + | |
83 | 68 |
| |
84 | 69 |
| |
85 | 70 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
|
Lines changed: 3 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 |
| - | |
| 56 | + | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 | 64 |
| |
83 | 65 |
| |
84 | 66 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
35 | 51 |
| |
36 | 52 |
| |
37 | 53 |
| |
|
0 commit comments