summaryrefslogtreecommitdiffstats
path: root/wgpu/src/shader/quad.vert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `border_width` and `border_color` to `Quad`Libravatar Héctor Ramón Jiménez2019-12-311-4/+10
|
* Apply HiDPI scaling to quadsLibravatar Héctor Ramón Jiménez2019-11-051-8/+12
| | | | The anti-aliasing strategy is pretty naive, but we will manage for now.
* Make `iced_core::Button` customizableLibravatar Héctor Ramón Jiménez2019-10-081-0/+3
| | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background
* Draft fragment shader for rounded rectanglesLibravatar Héctor Ramón Jiménez2019-10-081-0/+5
|
* Render colored quadsLibravatar Héctor Ramón Jiménez2019-10-071-0/+24