mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-27 23:37:03 -05:00
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user