Hello, I was wondering about the future of the Graphics Module. Specifically, do you think that SFML will support vbos in the near future? There is already a wrapper around vertex arrays, but nothing for a vbo. Were the developers planning on doing this in the near future, or is this not going to be part of the library? It seems like it should be fairly simple to add this functionality, as it would be a near copy of the vertex array class. I have written my own wrapper around it, but I think it would be great to have the graphics module expose the performance of vbos to users in an easy way. Thanks!