It should relatively easy to implement basic output mirroring via wlc_read_pixels and wlc_write_pixels. This will likely not be very performant and we should strife for support in wlc itself, but it would certainly be better then nothing and is worth a shot.
It should relatively easy to implement basic output mirroring via
wlc_read_pixels
andwlc_write_pixels
. This will likely not be very performant and we should strife for support inwlc
itself, but it would certainly be better then nothing and is worth a shot.