// Wrapping access to backend data (to facilitate multiple-contexts stored in io.BackendPlatformUserData)
// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts
staticImGui_ImplDX10_Data*g_Data;
// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts.
// Wrapping access to backend data (to facilitate multiple-contexts stored in io.BackendPlatformUserData)
// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts
staticImGui_ImplDX11_Data*g_Data;
// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts.
// Wrapping access to backend data (to facilitate multiple-contexts stored in io.BackendPlatformUserData)
// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts
staticImGui_ImplDX12_Data*g_Data;
// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts.
// Wrapping access to backend data (to facilitate multiple-contexts stored in io.BackendPlatformUserData)
// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts
staticImGui_ImplDX9_Data*g_Data;
// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts.
// Wrapping access to backend data (to facilitate multiple-contexts stored in io.BackendPlatformUserData)
// Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts
staticImGui_ImplGlfw_Data*g_Data;
// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts.
// Wrapping access to backend data (to facilitate multiple-contexts stored in io.BackendPlatformUserData)
// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts
staticImGui_ImplOpenGL2_Data*g_Data;
// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts.
// Wrapping access to backend data (to facilitate multiple-contexts stored in io.BackendPlatformUserData)
// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts
staticImGui_ImplOpenGL3_Data*g_Data;
// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts.
// Wrapping access to backend data data (to facilitate multiple-contexts stored in io.BackendPlatformUserData)
// Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts
staticImGui_ImplSDL2_Data*g_Data;
// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts.
// Wrapping access to backend data (to facilitate multiple-contexts stored in io.BackendPlatformUserData)
// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts
staticImGui_ImplVulkan_Data*g_Data;
// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts.
// Wrapping access to backend data (to facilitate multiple-contexts stored in io.BackendPlatformUserData)
// Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts
staticImGui_ImplWin32_Data*g_Data;
// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts.