Commit d7730ba
committed
Add Vulkan multithreading example with particle compute simulation
- Introduced multithreading example to demonstrate efficient particle computation using Vulkan.
- Added compute shaders for particle updates with boundary collision handling.
- Implemented thread-safe resource manager and worker thread coordination for compute operations.
- Included GLSL and Slang shader implementations for compute workloads.1 parent ba56a4c commit d7730ba
File tree
8 files changed
+1921
-0
lines changed- antora/modules/ROOT
- attachments
- en
8 files changed
+1921
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
0 commit comments