aboutsummaryrefslogtreecommitdiff
path: root/src/render/mod.rs
blob: b81aaf598b3ad94a715aea6fd9724c0f1bc26f7c (plain)
1
2
3
4
5
mod task;
mod coordinator;

pub use task::{RenderContext, RenderTask};
pub use coordinator::RenderCoord;