diff options
author | 2019-10-25 14:07:26 -0700 | |
---|---|---|
committer | 2019-10-25 14:07:26 -0700 | |
commit | b74b376735adb894eaff02d82fda0fd5aefb49d2 (patch) | |
tree | 05b65f12ad23afba919332ecf94e1e391f028781 | |
parent | 03b11cfca168df1e6b37790a7672a27ae280c9d1 (diff) | |
parent | 8a6f8f2f6235f63b0cef6ea133375e650bea684e (diff) |
Merge "Revert "Add 2 addtional VkFormat's to vkGetPhysicalDeviceSurfaceFormatsKHR"" am: 19c8513c7b am: 445ec6d2cf am: 2734c0f3b6
am: 8a6f8f2f62
Change-Id: Ic22aa338a6fe1027a122986d308db474c76edf47
-rw-r--r-- | vulkan/libvulkan/swapchain.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vulkan/libvulkan/swapchain.cpp b/vulkan/libvulkan/swapchain.cpp index d234e177d9..8f4667eb16 100644 --- a/vulkan/libvulkan/swapchain.cpp +++ b/vulkan/libvulkan/swapchain.cpp @@ -704,8 +704,6 @@ VkResult GetPhysicalDeviceSurfaceFormatsKHR(VkPhysicalDevice pdev, {VK_FORMAT_R8G8B8A8_UNORM, VK_COLOR_SPACE_SRGB_NONLINEAR_KHR}, {VK_FORMAT_R8G8B8A8_SRGB, VK_COLOR_SPACE_SRGB_NONLINEAR_KHR}, {VK_FORMAT_R5G6B5_UNORM_PACK16, VK_COLOR_SPACE_SRGB_NONLINEAR_KHR}, - {VK_FORMAT_A2B10G10R10_UNORM_PACK32, VK_COLOR_SPACE_SRGB_NONLINEAR_KHR}, - {VK_FORMAT_R16G16B16A16_SFLOAT, VK_COLOR_SPACE_SRGB_NONLINEAR_KHR}, }; const uint32_t kNumFormats = sizeof(kFormats) / sizeof(kFormats[0]); uint32_t total_num_formats = kNumFormats; |