iced-yoda/wgpu/src
Héctor Ramón Jiménez 3aedbd5844
Snap quad primitives to the pixel grid (once again!)
Let's hope this approach handles common cases better.
2025-05-25 21:27:00 +02:00
..
image Store wgpu::Backend in image::Atlas 2025-05-04 22:46:51 +02:00
quad Use premultiplied colors in triangle pipelines 2025-05-12 18:41:34 +02:00
shader Snap quad primitives to the pixel grid (once again!) 2025-05-25 21:27:00 +02:00
triangle Fix missing _padding in color conversion pipeline 2025-04-10 23:25:20 +02:00
window Fix WebGPU detection on Wasm 2025-04-09 19:24:56 +02:00
buffer.rs Fix lints for Rust 1.86 2025-04-03 16:59:55 +02:00
color.rs Fix missing _padding in color conversion pipeline 2025-04-10 23:25:20 +02:00
engine.rs Split local state from Engine in iced_wgpu 2025-03-24 20:22:15 +01:00
geometry.rs Implement Frame::stroke_text in canvas API 2025-05-01 03:00:31 +02:00
layer.rs Report layers rendered to iced_beacon 2025-04-29 23:01:45 +02:00
lib.rs Report layers rendered to iced_beacon 2025-04-29 23:01:45 +02:00
primitive.rs Fix cargo lint issues 2025-03-24 20:22:16 +01:00
quad.rs Replace mix calls with proper alpha blending in quad shaders 2025-05-12 18:09:48 +02:00
settings.rs Document present_mode_from_env in iced_wgpu 2024-05-07 21:13:51 +02:00
text.rs Make anchoring explicit and improve reusability of text pipelines 2025-05-04 03:54:42 +02:00
triangle.rs Use premultiplied colors in triangle pipelines 2025-05-12 18:41:34 +02:00
window.rs Introduce iced_renderer subcrate featuring runtime renderer fallback 2023-02-24 23:24:48 +01:00