File tree
7 files changed
+7
-10
lines changed- external
- source/slang
- tests
- compute
- tools/render-test
7 files changed
+7
-10
lines changed- include/slang-rhi.h+1-1
- src/cpu/cpu-command.cpp+4-1
- src/cpu/cpu-command.h+1-1
- src/cuda/cuda-command.cpp+3-3
- src/cuda/cuda-command.h+1-1
- src/d3d11/d3d11-command.cpp+4-1
- src/d3d11/d3d11-command.h+1-1
- src/d3d12/d3d12-command.cpp+2-1
- src/d3d12/d3d12-command.h+1-1
- src/d3d12/d3d12-query.cpp+1-1
- src/debug-layer/debug-command-queue.cpp+2-2
- src/debug-layer/debug-command-queue.h+1-1
- src/debug-layer/debug-helper-functions.h+3-9
- src/metal/metal-command.cpp+2-1
- src/metal/metal-command.h+1-1
- src/rhi-shared.cpp+25-45
- src/rhi-shared.h+3-34
- src/vulkan/vk-command.cpp+2-1
- src/vulkan/vk-command.h+1-1
- src/wgpu/wgpu-buffer.cpp+11-11
- src/wgpu/wgpu-command.cpp+15-9
- src/wgpu/wgpu-command.h+1-1
- src/wgpu/wgpu-device.cpp+23-22
- src/wgpu/wgpu-texture.cpp+11-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
| 138 | + | |
138 | 139 |
| |
139 |
| - | |
| 140 | + | |
| 141 | + | |
140 | 142 |
| |
141 | 143 |
| |
142 |
| - | |
143 |
| - | |
144 |
| - | |
| 144 | + | |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 | 22 |
| |
24 | 23 |
| |
25 |
| - | |
26 | 24 |
| |
27 | 25 |
| |
28 | 26 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
597 | 597 |
| |
598 | 598 |
| |
599 | 599 |
| |
600 |
| - | |
| 600 | + | |
601 | 601 |
| |
602 | 602 |
| |
603 | 603 |
| |
|
0 commit comments