In a prog that i'm making I have some particle stuff goin' on... Well, anyway I was wondering if it is faster to process the particles and render them with DrawPrimitiveUP or put them into a VertexBuffer and then draw them using DrawPrimitive. I would have to refill the vertexbuffer(becuase they would change pos) each time I render the particles so thats why I'm asking.