mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
This commit is contained in:
parent
5e462eb29b
commit
eae6e96287
1 changed files with 1 additions and 1 deletions
|
|
@ -1982,7 +1982,7 @@ static void ImGui_ImplVulkan_CreateWindow(ImGuiViewport* viewport)
|
|||
IM_DELETE(vd);
|
||||
return;
|
||||
}
|
||||
viewport->RendererUserData = nullptr;
|
||||
viewport->RendererUserData = vd;
|
||||
|
||||
// Select Surface Format
|
||||
ImGui_ImplVulkan_PipelineInfo* pipeline_info = &v->PipelineInfoForViewports;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue