Revert What's New document.

This commit is contained in:
Bill Hollings 2018-12-31 17:17:35 -05:00
parent b70bc49fb3
commit 36f3cedbc9

View File

@ -20,7 +20,6 @@ Released 2018/12/31
- Allow 2 or 3 swapchain images to support both double and triple buffering. - 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. - 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. - Use inline buffer for pipeline auxiliary buffer.
- vkCmdCopyImage: Cast source image to the destination format. - vkCmdCopyImage: Cast source image to the destination format.
- Result of vkGetPhysicalDeviceFormatProperties2KHR match vkGetPhysicalDeviceFormatProperties. - Result of vkGetPhysicalDeviceFormatProperties2KHR match vkGetPhysicalDeviceFormatProperties.