From f392e71b994036c92b896c2a62cc63d042b7f9b1 Mon Sep 17 00:00:00 2001 From: Shannon McPherson Date: Wed, 6 Mar 2019 11:25:56 -0700 Subject: build: Correct Metal platform name In `common_codegen.py` the Metal platform was defined without the "_EXT" suffix Change-Id: Ib36778735c09ae54d0e4a9bb0d7aa2fcec26b985 --- scripts/common_codegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py index c739bfaa..47bb6329 100644 --- a/scripts/common_codegen.py +++ b/scripts/common_codegen.py @@ -52,7 +52,7 @@ platform_dict = { 'fuchsia' : 'VK_USE_PLATFORM_FUCHSIA', 'ios' : 'VK_USE_PLATFORM_IOS_MVK', 'macos' : 'VK_USE_PLATFORM_MACOS_MVK', - 'metal' : 'VK_USE_PLATFORM_METAL', + 'metal' : 'VK_USE_PLATFORM_METAL_EXT', 'vi' : 'VK_USE_PLATFORM_VI_NN', 'wayland' : 'VK_USE_PLATFORM_WAYLAND_KHR', 'win32' : 'VK_USE_PLATFORM_WIN32_KHR', -- cgit v1.2.3