From 11a51b789d4a8cc61992e1c0777cad8234babedd Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Tue, 17 Oct 2017 10:56:41 -0600 Subject: layers: Typo in CV function pointer lookup map Change-Id: I742f6054273dbc7e9b87f42fdc40f3305b0735e7 --- layers/core_validation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layers/core_validation.cpp') diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 90ca8a4e..4df50fda 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -10976,8 +10976,8 @@ static const std::unordered_map name_to_funcptr_map = { {"vkDestroyDebugReportCallbackEXT", (void*)DestroyDebugReportCallbackEXT}, {"vkDebugReportMessageEXT", (void*)DebugReportMessageEXT}, {"vkGetPhysicalDeviceDisplayPlanePropertiesKHR", (void*)GetPhysicalDeviceDisplayPlanePropertiesKHR}, - {"GetDisplayPlaneSupportedDisplaysKHR", (void*)GetDisplayPlaneSupportedDisplaysKHR}, - {"GetDisplayPlaneCapabilitiesKHR", (void*)GetDisplayPlaneCapabilitiesKHR}, + {"vkGetDisplayPlaneSupportedDisplaysKHR", (void*)GetDisplayPlaneSupportedDisplaysKHR}, + {"vkGetDisplayPlaneCapabilitiesKHR", (void*)GetDisplayPlaneCapabilitiesKHR}, {"vkImportSemaphoreFdKHR", (void*)ImportSemaphoreFdKHR}, {"vkGetSemaphoreFdKHR", (void*)GetSemaphoreFdKHR}, }; -- cgit v1.2.3