egui/crates/egui-wgpu/src
Emil Ernerfeldt f46926aaf1
Improve texture filtering by doing it in gamma space (#7311)
* Closes https://github.com/emilk/egui/pull/5839

This makes some transparent images look a lot nicer when blended:


![image](https://github.com/user-attachments/assets/7f370aaf-886a-423c-8391-c378849b63ca)

Cursive text will also look nicer.

This unfortunately changes the contract of what
`register_native_texture` expects

---------

Co-authored-by: Adrian Blumer <blumer.adrian@gmail.com>
2025-07-07 17:46:27 +02:00
..
capture.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
egui.wgsl Improve texture filtering by doing it in gamma space (#7311) 2025-07-07 17:46:27 +02:00
lib.rs Update to wgpu 25 (#6744) 2025-05-10 13:16:49 +02:00
renderer.rs Improve texture filtering by doing it in gamma space (#7311) 2025-07-07 17:46:27 +02:00
setup.rs Update to wgpu 25 (#6744) 2025-05-10 13:16:49 +02:00
texture_copy.wgsl Add screenshot support for eframe web (#5438) 2024-12-12 19:17:42 +01:00
winit.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00