pub fn create_render_window<'a, TProperties: 'a + FloWindowProperties>(
    properties: TProperties
) -> (Publisher<Vec<RenderAction>>, impl Clone + Send + Stream<Item = DrawEvent>)
Expand description

Creates a window that can be rendered to by sending groups of render actions