Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Convert colors to linear RGB in `gradient` pipelines | 2022-11-03 | 1 | -8/+7 | |
| | |||||
* | Cleaned up namespaces re: PR comments. | 2022-10-18 | 1 | -35/+32 | |
| | |||||
* | Fixed some more imports/documentation. | 2022-10-06 | 1 | -2/+2 | |
| | |||||
* | Fixed lint issues & cleaned up some documentation. | 2022-10-06 | 1 | -1/+1 | |
| | |||||
* | Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵ | 2022-10-05 | 1 | -2/+2 | |
| | | | | gradient uniforms on OpenGL side to be more performant. | ||||
* | Adjusted gradient uniforms to be more tightly packed. | 2022-10-05 | 1 | -19/+20 | |
| | |||||
* | 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 | -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. | 2022-09-29 | 1 | -0/+265 | |