kikonen / learnopengl

https://learnopengl.com
1 stars 0 forks source link

particle: add pending queue fo reduce blocking #86

Closed kikonen closed 2 months ago

kikonen commented 2 months ago

Particle generators get blocked into particile updater lock, if there is large amounts of particle. Separate m_pending queue would remove this.

kikonen commented 2 months ago

DONE