Skip to content

Commit

Permalink
mock abandon
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 22, 2023
1 parent 35c501f commit 062d2ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/engine/src/mocked.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,10 @@ impl DirectContext {
pub fn flush_and_submit(&self) {
unimplemented!("This is mocked")
}

pub fn abandon(&self) {
unimplemented!("This is mocked")
}
}

use std::ffi::c_void;
Expand Down

0 comments on commit 062d2ba

Please sign in to comment.