summaryrefslogtreecommitdiffstats
path: root/wgpu/src/triangle/gradient.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez2022-11-161-268/+0
|
* Reuse last set pipeline for `triangle` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2022-11-031-1/+7
|
* Rename `buffers` module to `buffer`Libravatar Héctor Ramón Jiménez2022-11-031-1/+1
| | | | ... and move `StaticBuffer` to nested `static` module
* Convert colors to linear RGB in `gradient` pipelinesLibravatar Héctor Ramón Jiménez2022-11-031-8/+7
|
* Cleaned up namespaces re: PR comments.Libravatar bungoboingo2022-10-181-35/+32
|
* Fixed some more imports/documentation.Libravatar shan2022-10-061-2/+2
|
* Fixed lint issues & cleaned up some documentation.Libravatar shan2022-10-061-1/+1
|
* Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵Libravatar shan2022-10-051-2/+2
| | | | gradient uniforms on OpenGL side to be more performant.
* Adjusted gradient uniforms to be more tightly packed.Libravatar shan2022-10-051-19/+20
|
* Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan2022-10-051-1/+1
|
* Reworked wgpu buffers, updated glow side to have proper transform location ↵Libravatar shan2022-10-041-3/+3
| | | | 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/+265