|
|
|
|
|
by bdowling
2610 days ago
|
|
An immediate mode GUI doesn't have to use immediate mode rendering. For example, the Dear ImGui library "outputs optimized vertex buffers that you can render anytime in your 3D-pipeline enabled application." [0] [0] https://github.com/ocornut/imgui |
|