imgui-rs/imgui-gfx-examples
Joonas Javanainen 0132ab5207
Go back to unprefixed *Renderer and *RendererError names
Prefixing wasn't supposed to end up in master
2019-07-08 18:07:21 +03:00
..
2019-07-07 14:32:44 +03:00
2019-07-01 23:13:56 +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