Compositor

Trait Compositor 

Source
pub trait Compositor<P>
where P: Platform + ?Sized,
{ // Required method fn buffer(&self) -> P::CommandBuffer; }

Required Methods§

Source

fn buffer(&self) -> P::CommandBuffer

Implementors§