mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 05:55:46 -04:00
GPU/Vulkan: Use Metal layer instead NSView on macOS.
This commit is contained in:
@ -38,9 +38,8 @@
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__)
|
||||
// TODO: Switch to Metal
|
||||
#define VK_USE_PLATFORM_MACOS_MVK
|
||||
// #define VK_USE_PLATFORM_METAL_EXT
|
||||
// #define VK_USE_PLATFORM_MACOS_MVK
|
||||
#define VK_USE_PLATFORM_METAL_EXT
|
||||
#endif
|
||||
|
||||
#include "vulkan/vulkan.h"
|
||||
|
Reference in New Issue
Block a user