mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Vk: Fix typo
This commit is contained in:
parent
d30f2646ec
commit
c2fd85647a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue