mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Pre-allocate one stable VkDescriptorSet per particle emitter at model upload time (particleTexSets[]) instead of allocating a new set from materialDescPool_ every frame for each particle group. The per-frame path exhausted the 8192-set pool in ~14 s at 60 fps with 10 active particle emitters, causing GPU device-lost crashes. The old path is kept as an explicit fallback but should never be reached in practice. |
||
|---|---|---|
| .. | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| platform | ||
| rendering | ||
| third_party | ||
| ui | ||