it: test explicit sync
This commit is contained in:
parent
6448a14fb1
commit
3b0757ee53
22 changed files with 419 additions and 166 deletions
|
|
@ -16,6 +16,13 @@ pub struct TestSinglePixelBufferManager {
|
|||
}
|
||||
|
||||
impl TestSinglePixelBufferManager {
|
||||
pub fn new(tran: &Rc<TestTransport>) -> Self {
|
||||
Self {
|
||||
id: tran.id(),
|
||||
tran: tran.clone(),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn create_buffer(&self, color: Color) -> TestResult<Rc<TestBuffer>> {
|
||||
let obj = Rc::new(TestBuffer {
|
||||
id: self.tran.id(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue