From db4d533441e56f95e27cae5e5f9ae6260c8ae4b8 Mon Sep 17 00:00:00 2001 From: Ian Elliott Date: Thu, 8 Sep 2016 11:34:52 -0600 Subject: layers: Remove old/unnecessary FIXME from swapchain layer This FIXME comment does not apply. It may have applied, if the line being referred to once copied a pointer to user data, but at this point, the actual data is being copied into a struct owned by the swapchain layer, which is what the comment was about. --- layers/swapchain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp index 792b0634..5aca7f68 100644 --- a/layers/swapchain.cpp +++ b/layers/swapchain.cpp @@ -1389,7 +1389,6 @@ VKAPI_ATTR VkResult VKAPI_CALL GetPhysicalDeviceSurfaceCapabilitiesKHR(VkPhysica if ((result == VK_SUCCESS) && pPhysicalDevice) { // Record the result of this query: pPhysicalDevice->gotSurfaceCapabilities = true; - // FIXME: NEED TO COPY THIS DATA, BECAUSE pSurfaceCapabilities POINTS TO APP-ALLOCATED DATA pPhysicalDevice->surfaceCapabilities = *pSurfaceCapabilities; } lock.unlock(); -- cgit v1.2.3