rust-windowing / softbuffer

Easily write an image to a window
Apache License 2.0
333 stars 48 forks source link

Implement `BufferInterface::pixels` for KMS backend #203

Closed wackbyte closed 8 months ago

wackbyte commented 8 months ago

(as mentioned in this review)

ids1024 commented 8 months ago

Ah right, we didn't get around to changing this after https://github.com/Smithay/drm-rs/pull/154 was merged and released. It's good to have this implemented properly.

Thanks!