Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angelocarly committed Mar 22, 2024
1 parent 2e2f450 commit fd1fbac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
url = https://github.com/aiekick/ImGuiFileDialog
[submodule "lib/zep"]
path = lib/zep
url = git@github.com:Rezonality/zep.git
url = git@github.com:angelocarly/zep.git
3 changes: 1 addition & 2 deletions burst/Source/GuiPresenter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ burst::GuiPresenter::InitializeImGui( const burst::Window & inWindow, const vkt:
init_info.MSAASamples = VK_SAMPLE_COUNT_1_BIT;
init_info.Allocator = nullptr;
init_info.CheckVkResultFn = GuiPresenter::CheckVkResult;
init_info.RenderPass = inRenderPass.GetVkRenderPass();
ImGui_ImplVulkan_Init( & init_info );
ImGui_ImplVulkan_Init( & init_info, inRenderPass.GetVkRenderPass() );

// Create fonts
ImGui_ImplVulkan_CreateFontsTexture();
Expand Down
2 changes: 1 addition & 1 deletion lib/VulkanMemoryAllocator-Hpp
2 changes: 1 addition & 1 deletion lib/zep
Submodule zep updated from 8ada87 to cd61d5

0 comments on commit fd1fbac

Please sign in to comment.