Trait flo_render::OffscreenRenderTarget[][src]

pub trait OffscreenRenderTarget {
    fn render<ActionIter: IntoIterator<Item = RenderAction>>(
        &mut self,
        actions: ActionIter
    );
fn realize(self) -> Vec<u8>; }

Trait implemented by FlowBetween offscreen render targets

Required methods

fn render<ActionIter: IntoIterator<Item = RenderAction>>(
    &mut self,
    actions: ActionIter
)
[src]

Sends render actions to this offscreen render target

fn realize(self) -> Vec<u8>[src]

Consumes this render target and returns the realized pixels as a byte array

Loading content...

Implementors

Loading content...