summaryrefslogtreecommitdiffstats
path: root/glow/src/triangle/solid.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-16Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez1-91/+0
2022-11-03Convert colors to linear RGB before uploading in `solid` pipelinesLibravatar Héctor Ramón Jiménez1-4/+6
2022-10-18Cleaned up namespaces re: PR comments.Libravatar bungoboingo1-10/+13
2022-10-06Fixed some more imports/documentation.Libravatar shan1-6/+9
2022-10-06Fixed lint issues & cleaned up some documentation.Libravatar shan1-3/+3
2022-10-04Reworked wgpu buffers, updated glow side to have proper transform location ↵Libravatar shan1-23/+39
storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR.
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan1-0/+67
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan1-0/+67