summaryrefslogtreecommitdiffstats
path: root/glow/src/triangle/gradient.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵Libravatar shan2022-10-051-92/+51
| | | | gradient uniforms on OpenGL side to be more performant.
* Reworked wgpu buffers, updated glow side to have proper transform location ↵Libravatar shan2022-10-041-40/+52
| | | | 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/+189