17cupsofcoffee / tetra

🎮 A simple 2D game framework written in Rust
MIT License
909 stars 63 forks source link

add support for stencils #261

Closed tesselode closed 3 years ago

tesselode commented 3 years ago

Acknowledgements:

17cupsofcoffee commented 3 years ago

Thank you again for the PR! 🚀

tesselode commented 3 years ago

of course!

17cupsofcoffee commented 3 years ago

FYI - I just pushed a commit changing CanvasSettings into a builder, as otherwise it wouldn't be possible to add extra settings (e.g. depth buffers, texture formats, mipmaps) without each one being a breaking change. Should still be basically the same amount of typing (minus one import, which is kinda nice), but a bit more future proof.