mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-20 14:25:37 +00:00
Viewports: Add various comments
This commit is contained in:
@@ -310,6 +310,7 @@ void ImGui_ImplDX9_NewFrame()
|
||||
// If you are new to dear imgui or creating a new binding for dear imgui, it is recommended that you completely ignore this section first..
|
||||
//--------------------------------------------------------------------------------------------------------
|
||||
|
||||
// Helper structure we store in the void* RenderUserData field of each ImGuiViewport to easily retrieve our backend data.
|
||||
struct ImGuiViewportDataDx9
|
||||
{
|
||||
IDirect3DSwapChain9* SwapChain;
|
||||
|
||||
Reference in New Issue
Block a user