egui/crates/egui_glow/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
..
shader Improve texture filtering by doing it in gamma space (#7311) 2025-07-07 17:46:27 +02:00
lib.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
misc_util.rs Update MSRV to Rust 1.72 (#3595) 2023-11-21 17:26:35 +01:00
painter.rs Improve texture filtering by doing it in gamma space (#7311) 2025-07-07 17:46:27 +02:00
shader_version.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
vao.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
winit.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00