aboutsummaryrefslogtreecommitdiff
path: root/res/rect.f.glsl
Commit message (Collapse)AuthorAge
* Fix crates.io publishing restrictionsChristian Duerr2020-08-01
| | | | This works around the problem that crates pushed to crates.io cannot reference files outside of their crate directory.
* Remove unused coordinate from rect shaderM. Stoeckl2019-02-03
|
* Add color option to visual bellChristian Duerr2018-12-17
This adds the option to specify the color of the visual bell using the `visual_bell.color` configuration setting. This is done by rendering a big quad over the entire screen, which also opens up options to draw other arbitrary rectangles on the screen in the future.