mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 23:25: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
|
// DynamicLoader is in a different namespace in different versions of Vulkan-Hpp
|
||||||
#if VK_HEADER_VERSION >= 301
|
#if VK_HEADER_VERSION >= 301
|
||||||
using VulkanDynamicLoader = vk::detail::DynamicLoader
|
using VulkanDynamicLoader = vk::detail::DynamicLoader;
|
||||||
#else
|
#else
|
||||||
using VulkanDynamicLoader = vk::DynamicLoader;
|
using VulkanDynamicLoader = vk::DynamicLoader;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue