macro_rules! end_render {
($engine: expr, $resources: expr) => { ... };
}Expand description
Just a quick macro that calls render_utils::finalize_render. This macro was created to match the start_render macro and pass macro.
macro_rules! end_render {
($engine: expr, $resources: expr) => { ... };
}Just a quick macro that calls render_utils::finalize_render. This macro was created to match the start_render macro and pass macro.