I have a basic question about directx (im using d3d9), after looking at some tutorials I want to create a basic 3d program and I don't seem to get 1 thing.
Do I need to copy the vertices/indices every time I want to draw a model into 1 vertex buffer? Or can I load multiple models into 1 vertex/indices buffer? Or do I need to make multiple vertex/indices buffers, each for every model?