summaryrefslogtreecommitdiffstats
path: root/glow/src/triangle/solid.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez2022-11-161-91/+0
|
* Convert colors to linear RGB before uploading in `solid` pipelinesLibravatar Héctor Ramón Jiménez2022-11-031-4/+6
|
* Cleaned up namespaces re: PR comments.Libravatar bungoboingo2022-10-181-10/+13
|
* Fixed some more imports/documentation.Libravatar shan2022-10-061-6/+9
|
* Fixed lint issues & cleaned up some documentation.Libravatar shan2022-10-061-3/+3
|
* Reworked wgpu buffers, updated glow side to have proper transform location ↵Libravatar shan2022-10-041-23/+39
| | | | storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR.
* Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan2022-09-291-0/+67