Updated Multi Viewports (markdown)

omar
2024-05-15 16:11:17 +02:00
committed by ocornut
parent 8853485dee
commit 1e55501488

@@ -23,7 +23,7 @@ If you are using platform and renderer back-ends from the `backends/` folder, th
- Add to your configuration flags:
```cpp
ImGui::GetIO().ConfigFlags |= ImGuiConfigFlags_ViewportsEnable;
io.ConfigFlags |= ImGuiConfigFlags_ViewportsEnable;
```
- Add in your main loop, after rendering your main viewport: