imgui-rs/imgui-gfx-examples
Jonathan Spira d382dbf7a3
Merge pull request #472 from hpwxf/master
Fix typo in GFX examples
2021-09-05 15:02:28 -07:00
..
2020-12-15 20:47:54 -08:00
2021-09-05 14:48:52 -07:00
2021-04-05 09:49:42 +02:00

imgui-gfx-examples

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