You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now rendering is not batched or instance, so every time I try to draw a particle I make a draw call to the GPU. This is a massive waste of time, updates should be batched so that only one draw call needs to be issued.