flo_render_canvas 0.3.1

Converts flo_canvas streams to flo_render streams
Documentation
1
2
3
4
5
6
7
8
9
10
use flo_render::*;

pub (crate) const MAIN_RENDER_TARGET: RenderTargetId    = RenderTargetId(0);
pub (crate) const ERASE_RENDER_TARGET: RenderTargetId   = RenderTargetId(1);
pub (crate) const CLIP_RENDER_TARGET: RenderTargetId    = RenderTargetId(2);

pub (crate) const MAIN_RENDER_TEXTURE: TextureId        = TextureId(0);
pub (crate) const ERASE_RENDER_TEXTURE: TextureId       = TextureId(1);
pub (crate) const CLIP_RENDER_TEXTURE: TextureId        = TextureId(2);
pub (crate) const DASH_TEXTURE: TextureId               = TextureId(3);