Updates to v1.91.0-docking

This commit is contained in:
Mason Remaley 2024-08-05 21:22:30 -07:00
parent 0e71d57276
commit 045d27e9af
7 changed files with 5928 additions and 2957 deletions

View file

@ -105,7 +105,7 @@ typedef struct ImGui_ImplVulkan_InitInfo_t
} ImGui_ImplVulkan_InitInfo;
typedef struct ImDrawData_t ImDrawData;
// Called by user code
// Follow "Getting Started" link and check examples/ folder to learn about using backends!
CIMGUI_IMPL_API bool cImGui_ImplVulkan_Init(ImGui_ImplVulkan_InitInfo* info);
CIMGUI_IMPL_API void cImGui_ImplVulkan_Shutdown(void);
CIMGUI_IMPL_API void cImGui_ImplVulkan_NewFrame(void);