Skip to content

Commit

Permalink
Vk: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Jan 16, 2025
1 parent d30f264 commit c2fd856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/renderer_vk/renderer_vk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ void RendererVK::display() {

// DynamicLoader is in a different namespace in different versions of Vulkan-Hpp
#if VK_HEADER_VERSION >= 301
using VulkanDynamicLoader = vk::detail::DynamicLoader
using VulkanDynamicLoader = vk::detail::DynamicLoader;
#else
using VulkanDynamicLoader = vk::DynamicLoader;
#endif
Expand Down

0 comments on commit c2fd856

Please sign in to comment.