File tree
5 files changed
+20
-10
lines changed- include/nbl/builtin/hlsl
- bda
- spirv_intrinsics
5 files changed
+20
-10
lines changedSubmodule examples_tests updated 12 files
- 05_StreamingAndBufferDeviceAddressApp/app_resources/common.hlsl+3-4
- 11_FFT/app_resources/shader.comp.hlsl+1
- 22_CppCompat/app_resources/common.hlsl+1
- 22_CppCompat/app_resources/test.comp.hlsl+10-19
- 22_CppCompat/main.cpp+1
- 22_CppCompat/test.hlsl.orig+11-19
- 67_RayQueryGeometry/app_resources/common.hlsl+1
- 67_RayQueryGeometry/app_resources/render.comp.hlsl+20-27
- 70_FLIPFluids/app_resources/compute/advectParticles.comp.hlsl+11-6
- 70_FLIPFluids/app_resources/compute/genParticleVertices.comp.hlsl+4-1
- 70_FLIPFluids/app_resources/fluidParticles.vertex.hlsl+5-1
- 70_FLIPFluids/app_resources/render_common.hlsl+10-10
Lines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
50 |
| - | |
| 49 | + | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
57 | 60 |
| |
58 | 61 |
| |
59 | 62 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 |
| - | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 |
| |
9 | 14 |
| |
10 | 15 |
| |
| |||
52 | 57 |
| |
53 | 58 |
| |
54 | 59 |
| |
55 |
| - | |
56 | 60 |
| |
57 | 61 |
| |
58 | 62 |
| |
| |||
69 | 73 |
| |
70 | 74 |
| |
71 | 75 |
| |
72 |
| - | |
73 | 76 |
| |
74 | 77 |
| |
75 | 78 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
| |||
30 | 32 |
| |
31 | 33 |
| |
32 | 34 |
| |
| 35 | + | |
| 36 | + | |
33 | 37 |
| |
34 | 38 |
| |
35 |
| - | |
36 | 39 |
|
0 commit comments