Skip to content

Commit

Permalink
Backends: Vulkan: Fix building with VK_NO_PROTOTYPES. (ocornut#914, o…
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut authored and BramblePie committed Oct 26, 2022
1 parent a34e2e6 commit 3993b17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/imgui_impl_vulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ static bool g_FunctionsLoaded = true;
IMGUI_VULKAN_FUNC_MAP_MACRO(vkDeviceWaitIdle) \
IMGUI_VULKAN_FUNC_MAP_MACRO(vkFlushMappedMemoryRanges) \
IMGUI_VULKAN_FUNC_MAP_MACRO(vkFreeCommandBuffers) \
IMGUI_VULKAN_FUNC_MAP_MACRO(vkFreeDescriptorSets) \
IMGUI_VULKAN_FUNC_MAP_MACRO(vkFreeMemory) \
IMGUI_VULKAN_FUNC_MAP_MACRO(vkGetBufferMemoryRequirements) \
IMGUI_VULKAN_FUNC_MAP_MACRO(vkGetImageMemoryRequirements) \
Expand Down

0 comments on commit 3993b17

Please sign in to comment.