summaryrefslogtreecommitdiffstats
path: root/wgpu/src/triangle/gradient.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-16Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez1-268/+0
2022-11-03Reuse last set pipeline for `triangle` in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-1/+7
2022-11-03Rename `buffers` module to `buffer`Libravatar Héctor Ramón Jiménez1-1/+1
... and move `StaticBuffer` to nested `static` module
2022-11-03Convert colors to linear RGB in `gradient` pipelinesLibravatar Héctor Ramón Jiménez1-8/+7
2022-10-18Cleaned up namespaces re: PR comments.Libravatar bungoboingo1-35/+32
2022-10-06Fixed some more imports/documentation.Libravatar shan1-2/+2
2022-10-06Fixed lint issues & cleaned up some documentation.Libravatar shan1-1/+1
2022-10-05Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵Libravatar shan1-2/+2
gradient uniforms on OpenGL side to be more performant.
2022-10-05Adjusted gradient uniforms to be more tightly packed.Libravatar shan1-19/+20
2022-10-05Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan1-1/+1
2022-10-04Reworked wgpu buffers, updated glow side to have proper transform location ↵Libravatar shan1-3/+3
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/+265
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan1-0/+265