From c8bd67caf01957ccdb3846b506a50ba8eaf35902 Mon Sep 17 00:00:00 2001 From: Ian Elliott Date: Wed, 30 Dec 2015 12:04:43 -0700 Subject: Swapchain: Update TODOs --- layers/swapchain.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'layers') diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp index c2aed151..fca7d212 100644 --- a/layers/swapchain.cpp +++ b/layers/swapchain.cpp @@ -911,6 +911,11 @@ VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceSurfaceSupport VkSurfaceKHR surface, VkBool32* pSupported) { +// TODOs: +// +// - Ensure that queueFamilyIndex is a valid queue family index for +// physicalDevice. How? Probably need to record data from another function +// call(s). VkResult result = VK_SUCCESS; VkBool32 skipCall = VK_FALSE; layer_data *my_data = get_my_data_ptr(get_dispatch_key(physicalDevice), layer_data_map); -- cgit v1.2.3