From 8d7ae53e3d23bfced0b799dce23db3b0fca2299f Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 25 Nov 2016 16:37:41 +1300 Subject: layers: Move surface format tracking to CV Signed-off-by: Chris Forbes --- layers/core_validation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layers/core_validation.h') diff --git a/layers/core_validation.h b/layers/core_validation.h index 850fc6c7..e09fd7d8 100644 --- a/layers/core_validation.h +++ b/layers/core_validation.h @@ -218,11 +218,13 @@ struct PHYSICAL_DEVICE_STATE { CALL_STATE vkGetPhysicalDeviceFeaturesState = UNCALLED; CALL_STATE vkGetPhysicalDeviceSurfaceCapabilitiesKHRState = UNCALLED; CALL_STATE vkGetPhysicalDeviceSurfacePresentModesKHRState = UNCALLED; + CALL_STATE vkGetPhysicalDeviceSurfaceFormatsKHRState = UNCALLED; VkPhysicalDeviceFeatures features = {}; VkPhysicalDevice phys_device = VK_NULL_HANDLE; std::vector queue_family_properties; VkSurfaceCapabilitiesKHR surfaceCapabilities = {}; std::vector present_modes; + std::vector surface_formats; }; struct GpuQueue { -- cgit v1.2.3