In dx we have static buffers and dynamic buffers. If you want to make per frame updates to the verts you'd go with the dynamic, is this how it is done with sfml/opengl? I want to reduce draw calls as much as possible and dynamic buffers for the geometry would rock.