surface: use async uploads for shm buffers
This commit is contained in:
parent
80310f4c0d
commit
d40e605f66
8 changed files with 250 additions and 73 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue