slint/internal/core/software_renderer
Simon Hausmann cd0056ca92 Make it easier to use the software renderer with PremultipliedRgbaColor and Rgb565 in "foreign" environments
Implement rgb::Pod/rgb::Zeroable for PremultipliedRgbaColor and Rgb565
Pixel. This allows for bytemuck::cast_slice(), making it easier to copy
software renderer output into another buffer that's the same format but
Vec<u8> for example.
2023-08-07 11:46:43 +02:00
..
fonts Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
draw_functions.rs Make it easier to use the software renderer with PremultipliedRgbaColor and Rgb565 in "foreign" environments 2023-08-07 11:46:43 +02:00
fonts.rs Renderer feature refactor 2023-07-27 19:11:24 +02:00