Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Group all solid triangles independently of color | 2022-11-16 | 1 | -170/+0 | |
| | |||||
* | Reuse last set pipeline for `triangle` in `iced_wgpu` | 2022-11-03 | 1 | -1/+7 | |
| | |||||
* | Rename `buffers` module to `buffer` | 2022-11-03 | 1 | -1/+1 | |
| | | | | ... and move `StaticBuffer` to nested `static` module | ||||
* | Fix lints by `clippy` | 2022-11-03 | 1 | -1/+1 | |
| | |||||
* | Convert colors to linear RGB before uploading in `solid` pipelines | 2022-11-03 | 1 | -1/+3 | |
| | |||||
* | Reuse last buffer in `Frame` if `mesh_style` matches | 2022-11-03 | 1 | -5/+2 | |
| | |||||
* | Cleaned up namespaces re: PR comments. | 2022-10-18 | 1 | -29/+26 | |
| | |||||
* | Fixed some more imports/documentation. | 2022-10-06 | 1 | -2/+2 | |
| | |||||
* | Readjusted namespaces, removed Geometry example as it's no longer relevant. | 2022-10-05 | 1 | -1/+1 | |
| | |||||
* | Reworked wgpu buffers, updated glow side to have proper transform location ↵ | 2022-10-04 | 1 | -8/+7 | |
| | | | | 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. | 2022-09-29 | 1 | -0/+169 | |