mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-22 01:54:21 +00:00
Viewports: Add various comments
This commit is contained in:
parent
7e068da2bd
commit
f1b5c742ff
10 changed files with 19 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue