From 99683f7c045f05930a961b187caf3d98a4e80325 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 26 Feb 2018 08:39:25 -0800 Subject: [PATCH] Added patch note about the Vulkan Mac SDK --- WhatsNew.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/WhatsNew.txt b/WhatsNew.txt index 7d29e3f89b987..c143dff86fdf2 100644 --- a/WhatsNew.txt +++ b/WhatsNew.txt @@ -17,7 +17,11 @@ Windows: Windows UWP: * Added SDL_WinRTGetDeviceFamily() to find out what type of device your application is running on -Mac OSX / iOS / tvOS: +Mac OS X: +* Added support for the Vulkan SDK for Mac: + https://www.lunarg.com/lunarg-releases-vulkan-sdk-1-0-69-0-for-mac/ + +Mac OS X / iOS / tvOS: * Added a Metal 2D render implementation * Added SDL_RenderGetMetalLayer() and SDL_RenderGetMetalCommandEncoder() to insert your own drawing into SDL rendering when using the Metal implementation