3 files changed
+4
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
| 100 | + | |
100 | 101 |
| |
| 102 | + | |
101 | 103 |
| |
102 | 104 |
| |
103 |
| - | |
104 |
| - | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
|
- .github/workflows/ci.yml+7-16
- .gitmodules+3
- .reuse/dep5+4
- CMakeLists.txt+144-92
- README.md+2
- cmake/FetchPackage.cmake-1
- external/nanothread+1
- include/slang-rhi.h+31
- src/core/offset-allocator.cpp+499
- src/core/offset-allocator.h+98
- src/core/short_vector.h+14
- src/core/smart-pointer.h+2-1
- src/core/task-pool.cpp+195
- src/core/task-pool.h+50
- src/d3d12/d3d12-pipeline.cpp+2
- src/rhi.cpp+13
- src/wgpu/wgpu-buffer.cpp+13-7
- src/wgpu/wgpu-device.cpp+30-67
- tests/test-offset-allocator.cpp+260
- tests/test-task-pool.cpp+171
0 commit comments