Skip to content

Commit

Permalink
Refactor AccelerationStructure (#64)
Browse files Browse the repository at this point in the history
* cleanup

* refactor AccelerationStructure
  • Loading branch information
skallweitNV authored Oct 1, 2024
1 parent b00ec87 commit 9245982
Show file tree
Hide file tree
Showing 44 changed files with 985 additions and 718 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
| `readTexture` | :x: | yes | yes | yes | yes | yes | yes |
| `readBuffer` | :x: | yes | yes | yes | yes | yes | yes |
| `createQueryPool` | yes | yes | yes | yes | yes | yes | :x: |
| `getAccelerationStructurePrebuildInfo` | :x: | :x: | :x: | yes | yes | :x: | :x: |
| `getAccelerationStructureSizes` | :x: | :x: | :x: | yes | yes | :x: | :x: |
| `createAccelerationStructure` | :x: | :x: | :x: | yes | yes | :x: | :x: |
| `createFence` | :x: | :x: | :x: | yes | yes | yes | :x: |
| `waitForFences` | :x: | :x: | :x: | yes | yes | yes | :x: |
Expand Down
Loading

0 comments on commit 9245982

Please sign in to comment.