Vulkan/Instance: Fix support of VK_KHR_surface

Former-commit-id: 8947e217413bb432a4221e88991ce89e0c491ea3
This commit is contained in:
Lynix 2016-05-18 21:31:49 +02:00
parent d2c372247f
commit 87629156ed
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ namespace Nz
}
// VK_KHR_surface
if (IsExtensionLoaded("VK_KHR_display"))
if (IsExtensionLoaded("VK_KHR_surface"))
{
NAZARA_VULKAN_LOAD_INSTANCE(vkDestroySurfaceKHR);
NAZARA_VULKAN_LOAD_INSTANCE(vkGetPhysicalDeviceSurfaceCapabilitiesKHR);