Commit 99683f7c045f05930a961b187caf3d98a4e80325

Sam Lantinga 2018-02-26T08:39:25

Added patch note about the Vulkan Mac SDK

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/WhatsNew.txt b/WhatsNew.txt
index 7d29e3f..c143dff 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