imgui-rs/imgui-gfx-examples
Joonas Javanainen 9e3cd1681c
Renderers accept DrawData directly
There's no need to pass Ui, which makes this alternative much more
flexible.
2019-06-29 13:30:13 +03:00
..
2019-06-27 22:58:31 +03:00

imgui-gfx-examples

  • Run with OpenGL backend: cargo run --example hello_gfx
  • Run with DirectX backend: cargo run --example hello_gfx --features directx --no-default-features