oprypin / crsfml

Crystal bindings to SFML multimedia/game library

Home Page:https://oprypin.github.io/crsfml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for VertexBuffer?

bolthar opened this issue · comments

Since 2.5 SFML has added support for a vertexarray stored directly in graphics memory. https://www.sfml-dev.org/documentation/2.5.0/classsf_1_1VertexBuffer.php .

It would be great to have it here too. Is that a huge task? I can help :)

It is supported -- automatically generated if you target SFML 2.5.
You don't see it because I haven't published pre-generated sources / docs for 2.5 yet.
Try it and let me know if it works.

Wow, nice! Thanks a lot! Works just fine!