mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-19 11:13:14 +02:00
Viewports: Add various comments
This commit is contained in:
@ -70,7 +70,8 @@ struct ImGui_ImplVulkanH_WindowRenderBuffers
|
||||
ImGui_ImplVulkanH_FrameRenderBuffers* FrameRenderBuffers;
|
||||
};
|
||||
|
||||
// For multi-viewport support
|
||||
// For multi-viewport support:
|
||||
// Helper structure we store in the void* RenderUserData field of each ImGuiViewport to easily retrieve our backend data.
|
||||
struct ImGuiViewportDataVulkan
|
||||
{
|
||||
bool WindowOwned;
|
||||
|
Reference in New Issue
Block a user