From b70bc49fb3c8a7e436ef528d5ab35f8d58d85b4e Mon Sep 17 00:00:00 2001 From: Bill Hollings Date: Mon, 31 Dec 2018 17:10:29 -0500 Subject: [PATCH] Update What's New document. --- Docs/Whats_New.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docs/Whats_New.md b/Docs/Whats_New.md index 78395a8f..f248f38d 100644 --- a/Docs/Whats_New.md +++ b/Docs/Whats_New.md @@ -20,6 +20,7 @@ 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.