mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-21 01:44:21 +00:00
Examples: Possibly clarified the intent of imgui_impl_* files.
This commit is contained in:
parent
1c69b3d0df
commit
5d53f37a5d
13 changed files with 38 additions and 4 deletions
|
|
@ -1,4 +1,7 @@
|
|||
// ImGui Allegro 5 bindings
|
||||
// You can copy and use unmodified imgui_impl_* files in your project.
|
||||
// If you use this binding you'll need to call 4 functions: ImGui_ImplXXXX_Init(), ImGui_ImplXXXX_NewFrame(), ImGui::Render() and ImGui_ImplXXXX_Shutdown().
|
||||
// See main.cpp for an example of using this.
|
||||
// https://github.com/ocornut/imgui
|
||||
// by @birthggd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue