Browse Source

Added patch note about the Vulkan Mac SDK

Sam Lantinga 7 years ago
parent
commit
99683f7c04
1 changed files with 5 additions and 1 deletions
  1. 5 1
      WhatsNew.txt

+ 5 - 1
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