imgui-rs/imgui-gfx-examples
Joonas Javanainen 109e232422
Abolish ImVec2/ImVec4 from safe APIs
[f32; 2] and [f32; 4] are now the canonical types
2019-06-28 00:05:10 +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