Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Nov 11, 2020
1 parent 454c9dd commit e899257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageflow_core/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ impl Context {
self.add_io(io, io_id, IoDirection::In).map_err(|e| e.at(here!()))
}


pub fn add_output_buffer(&mut self, io_id: i32) -> Result<()> {
let io = IoProxy::create_output_buffer(self, io_id).map_err(|e| e.at(here!()))?;

Expand Down

0 comments on commit e899257

Please sign in to comment.