summaryrefslogtreecommitdiffstats
path: root/glow/src/program.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-24Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez1-133/+0
2023-02-13glow: enable GL_ARB_explicit_attrib_location to fix crashesLibravatar Joakim Frostegård1-4/+4
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-1/+1
2022-07-09Address Clippy lintsLibravatar Poly1-1/+1
2022-01-19Add `Shader` and `Version`Libravatar Richard1-19/+108
to simplify and constrain `program::create`
2022-01-19Improve shader version selectionLibravatar Richard1-0/+5
2021-02-16Use string literal as panic message in `iced_glow`Libravatar Héctor Ramón Jiménez1-2/+2
2020-05-21Draft `triangle` pipeline in `iced_glow`Libravatar Héctor Ramón Jiménez1-0/+39