From 36f3cedbc90951adbd6e947adfe190c6ab1cc1c4 Mon Sep 17 00:00:00 2001 From: Bill Hollings Date: Mon, 31 Dec 2018 17:17:35 -0500 Subject: [PATCH] Revert What's New document. --- Docs/Whats_New.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Docs/Whats_New.md b/Docs/Whats_New.md index f248f38d..78395a8f 100644 --- a/Docs/Whats_New.md +++ b/Docs/Whats_New.md @@ -20,7 +20,6 @@ Released 2018/12/31 - Allow 2 or 3 swapchain images to support both double and triple buffering. - Force display to switch to GPU selected by vkCreateDevice() to avoid system view compositor having to copy from that GPU to display GPU. -- Add support for uploading 3D S3TC-compressed images. - Use inline buffer for pipeline auxiliary buffer. - vkCmdCopyImage: Cast source image to the destination format. - Result of vkGetPhysicalDeviceFormatProperties2KHR match vkGetPhysicalDeviceFormatProperties.