summaryrefslogtreecommitdiffstats
path: root/graphics/src/gradient.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reworked wgpu buffers, updated glow side to have proper transform location ↵Libravatar shan2022-10-041-1/+1
| | | | storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR.
* Fixed some importing issues since you can use a Shader::Gradient outside a ↵Libravatar shan2022-09-301-6/+86
| | | | Canvas widget, where it was previously only accessible.
* Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan2022-09-291-0/+23