Recently I've started to learn D3D11 from scratch, and encoutered a problem: Maybe this is a stupid question, but how to draw separate objects on the screen with different primitive topologies. Do I have to create separate buffers for each object? The Draw() functions just start to draw another topology on the same set of vertices. Every tutorial i find just ends drawing single object on the screen. Thanks in advance, Andrew