Trait smithay::backend::renderer::Unbind[][src]

pub trait Unbind: Renderer {
    fn unbind(&mut self) -> Result<(), <Self as Renderer>::Error>;
}
Expand description

Functionality to unbind the current rendering target

Required methods

Unbind the current rendering target.

May fall back to a default target, if defined by the implementation.

Implementors