-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8fba5c
commit 10a3d84
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rtxmu
updated
10 files
+16 −2 | CMakeLists.txt | |
+2 −2 | LICENSE.txt | |
+4 −1 | README.md | |
+19 −18 | include/rtxmu/D3D12AccelStructManager.h | |
+19 −18 | include/rtxmu/D3D12Suballocator.h | |
+15 −6 | include/rtxmu/Suballocator.h | |
+7 −1 | include/rtxmu/VkAccelStructManager.h | |
+53 −25 | src/D3D12AccelStructManager.cpp | |
+14 −35 | src/D3D12Suballocator.cpp | |
+59 −13 | src/VkAccelStructManager.cpp |