rustcod / gltile

OpenGL-based tile rendering engine
Apache License 2.0
2 stars 0 forks source link

chore(Renderer): refactor tileset param #7

Closed dobrite closed 7 years ago

dobrite commented 7 years ago

pixset added a TilesetLike trait to simplify how Renderer gets tile_size and tileset so let's move to it. https://github.com/rustcod/pixset/pull/5

Fixed having to pass (and require) an Pix::Empty enum.

also removed VertexBuffer as it was only delegating through and providing no value.