diff options
| author | skallweitNV <64953474+skallweitNV@users.noreply.github.com> | 2023-12-19 00:16:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 15:16:14 -0800 |
| commit | 93b8f68b2e9ddc450ce63f1b6e1806960312d803 (patch) | |
| tree | d5c9c38efe1e7c86637c4be6157595b44a5c4856 /tools/gfx/vulkan/vk-module.h | |
| parent | b6da04424aff71ddba9629c94401a9a897b152a0 (diff) | |
macos/vulkan support (#3418)
Diffstat (limited to 'tools/gfx/vulkan/vk-module.h')
| -rw-r--r-- | tools/gfx/vulkan/vk-module.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gfx/vulkan/vk-module.h b/tools/gfx/vulkan/vk-module.h index 97a0c8aba..9b8fe0ed3 100644 --- a/tools/gfx/vulkan/vk-module.h +++ b/tools/gfx/vulkan/vk-module.h @@ -7,6 +7,8 @@ #if SLANG_WINDOWS_FAMILY # define VK_USE_PLATFORM_WIN32_KHR 1 +#elif SLANG_APPLE_FAMILY +# define VK_USE_PLATFORM_MACOS_MVK 1 #else # define VK_USE_PLATFORM_XLIB_KHR 1 #endif |
