diff options
| author | 2019-10-25 20:32:59 +0000 | |
|---|---|---|
| committer | 2019-10-25 20:32:59 +0000 | |
| commit | 19c8513c7b7d75ddd78d1b4c6948e4dadc1e50f7 (patch) | |
| tree | 3b1e9f37d55894566014877d0e1831963bd8817b | |
| parent | e8d0bd6337634e9b5a1922ae3e663c15cd255d97 (diff) | |
| parent | 2239611cfcbc1300cf4d7c98aed618c248193187 (diff) | |
Merge "Revert "Add 2 addtional VkFormat's to vkGetPhysicalDeviceSurfaceFormatsKHR""
| -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 cc0df08835..fbf6d0d233 100644 --- a/vulkan/libvulkan/swapchain.cpp +++ b/vulkan/libvulkan/swapchain.cpp @@ -718,8 +718,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; |