1
0
Fork 0
forked from wry/wry

surface: use async uploads for shm buffers

This commit is contained in:
Julian Orth 2024-09-07 16:52:03 +02:00
parent 80310f4c0d
commit d40e605f66
8 changed files with 250 additions and 73 deletions

View file

@ -3,9 +3,7 @@ mod region;
#[cfg(test)]
mod tests;
#[expect(unused_imports)]
pub use region::DamageQueue;
pub use region::RegionBuilder;
pub use region::{DamageQueue, RegionBuilder};
use {
jay_algorithms::rect::RectRaw,
smallvec::SmallVec,