mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +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);
|
IM_DELETE(vd);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
viewport->RendererUserData = nullptr;
|
viewport->RendererUserData = vd;
|
||||||
|
|
||||||
// Select Surface Format
|
// Select Surface Format
|
||||||
ImGui_ImplVulkan_PipelineInfo* pipeline_info = &v->PipelineInfoForViewports;
|
ImGui_ImplVulkan_PipelineInfo* pipeline_info = &v->PipelineInfoForViewports;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue