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
Instancing fallback is horribly slow now because it issues draw call for each primitive in the instanced buffer. We should unwrap them to make it faster (although it sacrifices some GPU memory)
Instancing fallback is horribly slow now because it issues draw call for each primitive in the instanced buffer. We should unwrap them to make it faster (although it sacrifices some GPU memory)