🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Multiple Vertex Buffers

Started by
-1 comments, last by CruxMihiAncora 22 years, 7 months ago
Is it considered poor programming practice to have multiple vertex buffers? Is having multiple vertex buffers a bad thing (i.e. will it effect performance)? I wouldn''t be locking and unlocking the buffers a lot so I am not worried about that. Let''s say I have Square and Triangle objects. Would it be bad to have a vertex buffer for each object? Any comments would be appreciated!

This topic is closed to new replies.

Advertisement