Advertisement

Multiple Vertex Buffers

Started by November 03, 2001 02:46 PM
-1 comments, last by CruxMihiAncora 22 years, 10 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