hadronized / luminance-rs

Type-safe, type-level and stateless Rust graphics framework
https://phaazon.github.io/learn-luminance/
Other
1.09k stars 59 forks source link

Stencil testing support #480

Open iwikal opened 3 years ago

iwikal commented 3 years ago

Found myself wanting to use a stencil test during a recent game jam, but luminance doesn't seem to currently support it.

hadronized commented 3 years ago

This is probably going to be the next thing I work on. I need to check whether I can add all that without breaking change and if not it will probably be in two major bumps.