wayray/crates/wrclient
Till Wegmueller 6b15ee819e Fix black screen: convert ARGB8888 to BGRA8 in client display
Server (PixmanRenderer) outputs ARGB8888, client GPU texture expects
BGRA8. Added byte-order conversion in update_frame(). Also changed
texture format from Bgra8UnormSrgb to Bgra8Unorm for correct colors.
2026-04-07 18:06:41 +02:00
..
src Fix black screen: convert ARGB8888 to BGRA8 in client display 2026-04-07 18:06:41 +02:00
Cargo.toml Add missing display.rs and wrclient display dependencies 2026-04-07 17:51:40 +02:00