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

Fix doc links to follow renaming `DepthSlot` to `DepthStencilSlot`. #588

Closed kpreid closed 2 years ago

kpreid commented 2 years ago

Also renamed one depth_slot variable for consistency, and made some minor rewordings.

This made comment lines longer — I rewrapped them to 100 characters (since rustfmt.toml specified that max length) even though the existing text in some files seemed wrapped to 120. Let me know if I should do something different.