Index buffers and batching question

Started by
9 comments, last by OuncleJulien 19 years, 11 months ago
quote:
Is it not better to batch all particles in a particle system into one vertex buffer because you then avoid multiple draw primative calls?


That depends on whether or not it''s faster to lock the buffer or call draw primitive a few more times. You''d have to do some performance testing to determine.

---------------------------Hello, and Welcome to some arbitrary temporal location in the space-time continuum.

This topic is closed to new replies.

Advertisement